Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace > OrderPosition Class > OrderPosition Properties > No Property 

Drukuj

.NET Framework Class Library

OrderPosition.No Property

Numer w kolejności pozycji na dokumencie.

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

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

Syntax

Visual Basic

Public Property No As Integer
 Get
 Set

C#

public int No { getset; }

Visual C++

public:
property int No {
 int get ();
 void set (int value);
}

JavaScript

function get_no();
function set_no(value);

See Also

OrderPosition Class

OrderPosition Members

Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace