MembershipBaseObject Class

The base object for membership objects (accounts and 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 abstract class MembershipBaseObject

The MembershipBaseObject type exposes the following members.

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