Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPricesEdit Class > ProductPricesEdit Properties > CurrencyMode Property 

Drukuj

.NET Framework Class Library

ProductPricesEdit.CurrencyMode Property

Flaga oznaczająca, czy ceny towaru mają być obliczane według ceny walutowej. Odpowiednik pola [trybWalutowy] z obiektu BTowar.

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 CurrencyMode As Boolean
 Get
 Set

C#

public bool CurrencyMode { getset; }

Visual C++

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

JavaScript

function get_currencyMode();
function set_currencyMode(value);

See Also

ProductPricesEdit Class

ProductPricesEdit Members

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