IServiceOperationsGetAccount Method |
Gets the account a service belongs to.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxAccount GetAccount(
Service service
)
Function GetAccount (
service As Service
) As Account
Account^ GetAccount(
Service^ service
)
abstract GetAccount :
service : Service -> Account
Parameters
- service
- Type: Service
The service.
Return Value
Type:
AccountAccount that the service belongs to.
See Also