Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentRecord Class > DocumentRecord Properties > No Property 

Drukuj

.NET Framework Class Library

DocumentRecord.No Property

Pozycja zapisu. Odpowiednik pola [pozycja] z obiektu PZapis.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels

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

DocumentRecord Class

DocumentRecord Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace