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

Drukuj

.NET Framework Class Library

DocumentSettlement.Account Property

Konto w postaci pojedynczej wartości. Odpowiednik pól [synt], [poz1], [poz2], [poz3], [poz4] i [poz5] z obiektu PRozliczenie.

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

DocumentSettlement Class

DocumentSettlement Members

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