Sage.PL.WebAPI.Interface.OwnOrders.ViewModels Namespace > OwnOrder Class > OwnOrder Properties > Positions Property 

Drukuj

.NET Framework Class Library

OwnOrder.Positions Property

Płaska lista pozycji na dokumencie.

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

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

Syntax

Visual Basic

Public Property Positions As List(Of OwnOrderPosition)
 Get
 Set

C#

public List<OwnOrderPositionPositions { getset; }

Visual C++

public:
property List<OwnOrderPosition^>^ Positions {
 List<OwnOrderPosition^>^ get ();
 void set (List<OwnOrderPosition^>^ value);
}

JavaScript

function get_positions();
function set_positions(value);

See Also

OwnOrder Class

OwnOrder Members

Sage.PL.WebAPI.Interface.OwnOrders.ViewModels Namespace