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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Level Property

Poziom zagnieżdżenia konta w drzewie.

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 Level As Integer
 Get
 Set

C#

public int Level { getset; }

Visual C++

public:
property int Level {
 int get ();
 void set (int value);
}

JavaScript

function get_level();
function set_level(value);

See Also

AccountChartElementSimple Class

AccountChartElementSimple Members

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