Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductSalePriceBase Class > ProductSalePriceBase Properties > LinkedWithBasePrice Property 

Drukuj

.NET Framework Class Library

ProductSalePriceBase.LinkedWithBasePrice Property

Flaga oznaczająca, czy cena sprzedaży powiązana jest z ceną bazową. Odpowiednik pola [powiazanieCeny] z obiektu BCnTw.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.Prices

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property LinkedWithBasePrice As Boolean
 Get
 Set

C#

public bool LinkedWithBasePrice { getset; }

Visual C++

public:
property bool LinkedWithBasePrice {
 bool get ();
 void set (bool value);
}

JavaScript

function get_linkedWithBasePrice();
function set_linkedWithBasePrice(value);

See Also

ProductSalePriceBase Class

ProductSalePriceBase Members

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace