Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels Namespace > AccountChartElement Class > AccountChartElement Properties > Childs Property 

Drukuj

.NET Framework Class Library

AccountChartElement.Childs Property

Lista listków danego konta.

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 Childs As List(Of AccountChartElement)
 Get
 Set

C#

public List<AccountChartElementChilds { getset; }

Visual C++

public:
property List<AccountChartElement^>^ Childs {
 List<AccountChartElement^>^ get ();
 void set (List<AccountChartElement^>^ value);
}

JavaScript

function get_childs();
function set_childs(value);

See Also

AccountChartElement Class

AccountChartElement Members

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