Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductUnitsOfMeasurement Class > ProductUnitsOfMeasurement Properties > RatioOfDefaultUM Property 

Drukuj

.NET Framework Class Library

ProductUnitsOfMeasurement.RatioOfDefaultUM Property

Przelicznik jednostki domyślnej. Odpowiednik pola [przelJmDom] z obiektu BTowar.

Pole tylko do odczytu.

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

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 RatioOfDefaultUM As Decimal
 Get
 Set

C#

public decimal RatioOfDefaultUM { getset; }

Visual C++

public:
property Decimal RatioOfDefaultUM {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_ratioOfDefaultUM();
function set_ratioOfDefaultUM(value);

See Also

ProductUnitsOfMeasurement Class

ProductUnitsOfMeasurement Members

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