Click or drag to resize
IServiceOperationsGetAccount Method
Gets the account a service belongs to.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
Account GetAccount(
	Service service
)

Parameters

service
Type: Service
The service.

Return Value

Type: Account
Account that the service belongs to.
See Also