ServiceLimitationService Property |
Gets or sets the service which is configured.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Service Service { get; set; }
Public Property Service As Service
Get
Set
public:
property Service^ Service {
Service^ get ();
void set (Service^ value);
}
member Service : Service with get, set
Property Value
Type:
ServiceThe service.
See Also