Gets or sets the children. Item consists of one or more child items.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<ChildItem> Children { get; set; }
Public Property Children As List(Of ChildItem)
Get
Set
public:
property List<ChildItem^>^ Children {
List<ChildItem^>^ get ();
void set (List<ChildItem^>^ value);
}
member Children : List<ChildItem> with get, set
Property Value
Type:
ListChildItemThe children.
See Also