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

Drukuj

.NET Framework Class Library

DocumentRecord.Account Property

Konto w postaci pojedynczej wartości. Odpowiednik pól [synt], [poz1], [poz2], [poz3], [poz4] i [poz5] 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 Account As String
 Get
 Set

C#

public string Account { getset; }

Visual C++

public:
property StringAccount {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_account();
function set_account(value);

See Also

DocumentRecord Class

DocumentRecord Members

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