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 (24.1.0.1001)
Syntax
public enum AccountInfoQueryField
Members
  Member nameValueDescription
None0No field specified.
Id1The Id property.
Name2The Name property.
AccountType5The AccountType property.
DisplayName6The DisplayName property.
TenantId4 Obsolete. The TenantId property.
CultureName11The Culture property.
TimeZoneId12The TimeZone property.
IsEnabled10The IsEnabled property.
CustomAttributes22The CustomAttributes property.
TenantIds23The TenantIds property.
IsGlobal25The IsGlobal property.
See Also