Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentPosition Class > PurchaseDocumentPosition Properties > No Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentPosition.No Property

Numer w kolejności pozycji na dokumencie.

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

Assembly:  Sage.PL.WebAPI.Interface.Purchases (in Sage.PL.WebAPI.Interface.Purchases.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

PurchaseDocumentPosition Class

PurchaseDocumentPosition Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace