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

Drukuj

.NET Framework Class Library

DocumentRecord.Account_Full Property

Konto w postaci obiektu. 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_Full As Account
 Get
 Set

C#

public Account Account_Full { getset; }

Visual C++

public:
property AccountAccount_Full {
 Accountget ();
 void set (Accountvalue);
}

JavaScript

function get_account_Full();
function set_account_Full(value);

See Also

DocumentRecord Class

DocumentRecord Members

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