LicenseProxy GetService Method CelloSaaS API Documentation
This method is used to get the service detail by serviceId

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.LicenseManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static Service GetService(
	string serviceId
)

Parameters

serviceId
Type: System String
ServiceId

Return Value

Type: Service
Service detail
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows Argument Null Exception, If any mandatory argument is null or empty
See Also