AccountInfoQueryField Enumeration

Properties that can be used to query for accounts.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum AccountInfoQueryField
Members
Member nameValueDescription
None0No field specified.
Id1The Id property.
Name2The Name property.
TenantId4The TenantId property.
Obsolete
AccountType5The AccountType property.
DisplayName6The DisplayName property.
IsEnabled10The IsEnabled property.
CultureName11The Culture property.
TimeZoneId12The TimeZone property.
CustomAttributes22The CustomAttributes property.
TenantIds23The TenantIds property.
IsGlobal25The IsGlobal property.
See Also