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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Account_Full Property

Obiekt numeru konta.

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_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

AccountChartElementSimple Class

AccountChartElementSimple Members

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