IAccountsProviderGetByName Method

Retrieves an account specified by its name.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
AccountData? GetByName(
	string accountName
)

Parameters

accountName
Type: SystemString
The account's name.

Return Value

Type: AccountData
The AccountData or if it does not exist.
See Also