Group Class

Represents a named collection of account and other groups.
Inheritance Hierarchy

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class Group : MembershipBaseObject

The Group type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowedIPAddresses
Gets or sets the allowed IP addresses.
(Inherited from MembershipBaseObject.)
Public propertyCreatedTime
Gets the UTC time the account or group was created.
(Inherited from MembershipBaseObject.)
Public propertyCulture
Gets or sets the culture associated with the account or group.
(Inherited from MembershipBaseObject.)
Public propertyCustomAttributes
Gets the account or group's explicitly assigned custom attributes.
(Inherited from MembershipBaseObject.)
Public propertyDeniedApplicationPrivilegeIds
Gets the IDs of standard privileges denied to the account or group.
(Inherited from MembershipBaseObject.)
Public propertyDescription
Gets or sets a description that may be associated with the account or group.
(Inherited from MembershipBaseObject.)
Public propertyDisplayName
Gets the friendly display name of the group.
Public propertyGrantedApplicationPrivilegeIds
Gets the IDs of standard privileges granted to the account or group.
(Inherited from MembershipBaseObject.)
Public propertyGroupKind
Gets the kind of group.
Public propertyId
Gets the unique identifier of the account or group.
(Inherited from MembershipBaseObject.)
Public propertyIsGlobal
Gets or sets a value indicating whether the account/group is global.
(Overrides MembershipBaseObjectIsGlobal.)
Public propertyName
Gets or sets the name of the account or group.
(Inherited from MembershipBaseObject.)
Public propertyProjectId
Gets or sets the ID of the project to which the group belongs.
Public propertySeatKind
Gets or sets the kind of the seat used by the account or group.
(Inherited from MembershipBaseObject.)
Public propertySingleTenantId
Gets or sets the ID of the single tenant associated with the account/group.
(Inherited from MembershipBaseObject.)
Public propertyTenantId
Gets or sets the ID of the tenant associated with the account/group.
(Inherited from MembershipBaseObject.)
Public propertyTimeZone
Gets or sets the time zone associated with the account.
(Inherited from MembershipBaseObject.)
Public propertyWarnings
Gets a list of warnings associated with the instance.
(Inherited from MembershipBaseObject.)
Top
See Also