GroupQueryField Enumeration

Properties that can be used to query for groups.

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 GroupQueryField
Members
  Member nameValueDescription
None0No field specified.
Id1The Id property.
Name2The Name property.
Description3The Description property.
GroupKind4The GroupKind property.
ProjectId5The ProjectId property.
TenantId6The TenantId property.
CreatedTime7The CreatedTime property.
SeatKind8The SeatKind property.
CultureName9The Culture property.
TimeZoneId10The TimeZone property.
CustomAttributes11The CustomAttributes property.
See Also