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

Drukuj

.NET Framework Class Library

IPositionElementModel(X).Deliveries 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 Deliveries As List(Of X)
 Get
 Set

C#

List<X> Deliveries { getset; }

Visual C++

property List<X>^ Deliveries {
 List<X>^ get ();
 void set (List<X>^ value);
}

JavaScript

function get_deliveries();
function set_deliveries(value);

See Also

IPositionElementModel(X) Interface

IPositionElementModel(X) Members

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