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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.SubjectCode Property

Kod kartoteki przypisanej do analityka. Odpowiednik pola SubjectCode 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 SubjectCode As String
 Get
 Set

C#

public string SubjectCode { getset; }

Visual C++

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

JavaScript

function get_subjectCode();
function set_subjectCode(value);

See Also

AccountChartElementSimple Class

AccountChartElementSimple Members

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