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

Drukuj

.NET Framework Class Library

PurchaseCorrectionIssuePosition.No Property

Liczba porządkowa korygowanej pozycji. Odpowiednik pola [Lp] z sekcji [Pozycja dokumentu] w imporcie specjalnym.

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 Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intNo { getset; }

Visual C++

public:
property Nullable<intNo {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_no();
function set_no(value);

See Also

PurchaseCorrectionIssuePosition Class

PurchaseCorrectionIssuePosition Members

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