PackageConfigurationInitList Property |
Gets or sets the list of services to be initialized.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<ServiceInit> InitList { get; set; }
Public Property InitList As IList(Of ServiceInit)
Get
Set
public:
property IList<ServiceInit^>^ InitList {
IList<ServiceInit^>^ get ();
void set (IList<ServiceInit^>^ value);
}
member InitList : IList<ServiceInit> with get, set
Property Value
Type:
IListServiceInitThe initialize list.
See Also