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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Code Property

Kod konta. Odpowiednik pola skrot 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 Code As String
 Get
 Set

C#

public string Code { getset; }

Visual C++

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

JavaScript

function get_code();
function set_code(value);

See Also

AccountChartElementSimple Class

AccountChartElementSimple Members

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