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

Drukuj

.NET Framework Class Library

AccountChartElementSimple.Settlement Property

Czy konto rozrachunkowe. Odpowiednik pola Rozrachunkowe 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 Settlement As Boolean
 Get
 Set

C#

public bool Settlement { getset; }

Visual C++

public:
property bool Settlement {
 bool get ();
 void set (bool value);
}

JavaScript

function get_settlement();
function set_settlement(value);

See Also

AccountChartElementSimple Class

AccountChartElementSimple Members

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