MembershipBaseObject Class

The base object for membership objects (accounts and groups).
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesMembershipBaseObject
    Dundas.BI.AccountServicesAccount
    Dundas.BI.AccountServicesGroup

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

The MembershipBaseObject type exposes the following members.

Properties
 NameDescription
Public propertyAllowedIPAddressesGets 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 propertyExternalIdGets the external ID of 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 propertyNameGets or sets the name of the account or group.
Public propertySeatKindGets 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 propertyTimeZoneGets or sets the time zone associated with the account or group.
Public propertyWarningsGets a list of warnings associated with the instance.
Top
See Also