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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Id Property

Id konta. Odpowiednik pola id z obiektu PlanKont.

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

C#

public int Id { getset; }

Visual C++

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

JavaScript

function get_id();
function set_id(value);

See Also

AccountChartElementSimple Class

AccountChartElementSimple Members

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