IAccountServiceValidAccountTypes Property |
Gets a list of the account types that are currently relevant for the application.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxIList<AccountType> ValidAccountTypes { get; }ReadOnly Property ValidAccountTypes As IList(Of AccountType)
Get
property IList<AccountType>^ ValidAccountTypes {
IList<AccountType>^ get ();
}abstract ValidAccountTypes : IList<AccountType> with get
Property Value
Type:
IListAccountType
Exceptions| Exception | Condition |
|---|
| NoPrivilegeException | The caller does not have system administration privileges. -or- The account is associated with a tenant, and the caller does not have administration privileges for that tenant. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also