AccountsHelperGetAccountByName Method |
Note: This API is now obsolete.
Get account by name.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax [ObsoleteAttribute("Use GetAccount.")]
public static Account GetAccountByName(
string accountName
)
<ObsoleteAttribute("Use GetAccount.")>
Public Shared Function GetAccountByName (
accountName As String
) As Account
public:
[ObsoleteAttribute(L"Use GetAccount.")]
static Account^ GetAccountByName(
String^ accountName
)
[<ObsoleteAttribute("Use GetAccount.")>]
static member GetAccountByName :
accountName : string -> Account
Parameters
- accountName
- Type: SystemString
Account name.
Return Value
Type:
AccountThe account.
See Also