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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Name Property

Nazwa konta. Odpowiednik pola nazwa 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 Name As String
 Get
 Set

C#

public string Name { getset; }

Visual C++

public:
property StringName {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_name();
function set_name(value);

See Also

AccountChartElementSimple Class

AccountChartElementSimple Members

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