IAccountsProviderGetByName Method |
Retrieves an account specified by its name.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxAccountData? GetByName(
string accountName
)
Function GetByName (
accountName As String
) As AccountData
AccountData^ GetByName(
String^ accountName
)
abstract GetByName :
accountName : string -> AccountData Parameters
- accountName String
- The account's name.
Return Value
AccountDataThe
AccountData or
if it does not exist.
See Also