ServiceParentServices Property |
Gets or sets the parent services.
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<Service> ParentServices { get; set; }
Public Property ParentServices As IList(Of Service)
Get
Set
public:
property IList<Service^>^ ParentServices {
IList<Service^>^ get ();
void set (IList<Service^>^ value);
}
member ParentServices : IList<Service> with get, set
Property Value
Type:
IListServiceThe parent services.
See Also