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
)
Function GetByName (
accountName As String
) As AccountData
AccountData^ GetByName(
String^ accountName
)
abstract GetByName :
accountName : string -> AccountData
Parameters
- accountName
- Type: SystemString
The account's name.
Return Value
Type:
AccountDataThe
AccountData or
if it does not exist.
See Also