MemberInfo Class

Represents minimal information about an Account or Group.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesMemberInfo
    Dundas.BI.AccountServicesAccountInfo

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

The MemberInfo type exposes the following members.

Properties
 NameDescription
Public propertyDisplayNameGets the display name.
Public propertyEffectiveDisplayNameGets the effective display name.
Public propertyGroupKindGets the kind of the group. This is only set if MemberKind is Group.
Public propertyHasEmailAddress Gets the value indicating whether the member has an email address or not.
Public propertyIdGets the ID.
Public propertyIsGlobal Gets a value indicating whether the member is global.
Public propertyMemberKindGets the kind of the member.
Public propertyNameGets the name.
Public propertySingleTenantId Gets or sets the ID of the single tenant associated with the account/group.
Public propertyTenantIdsGets the IDs of any tenants associated with the member.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also