Sage.PL.WebAPI.Interface.Common.Interfaces Namespace > IPositionElementModel(X) Interface > IPositionElementModel(X) Properties > Quantity Property 

Drukuj

.NET Framework Class Library

IPositionElementModel(X).Quantity Property

Namespace: Sage.PL.WebAPI.Interface.Common.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.10.1.0 (24.10.1.0)

Syntax

Visual Basic

Property Quantity As Decimal
 Get
 Set

C#

decimal Quantity { getset; }

Visual C++

property Decimal Quantity {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_quantity();
function set_quantity(value);

See Also

IPositionElementModel(X) Interface

IPositionElementModel(X) Members

Sage.PL.WebAPI.Interface.Common.Interfaces Namespace