Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels Namespace > AccountChartElementSimple Class > AccountChartElementSimple Properties > Account Property 

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Account Property

Numer konta. Odpowiednik pól syntet, wart1, wart2, wart3, wart4 i wart5.

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

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

AccountChartElementSimple Class

AccountChartElementSimple Members

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