Click or drag to resize
IServiceContextResolverGetResellerForAccount Method
Gets reseller for given account name.

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
AccountApiAccount GetResellerForAccount(
	string accountName
)

Parameters

accountName
Type: SystemString
Name of the account.

Return Value

Type: AccountApiAccount
Account API's account object.
See Also