MemberInfo Class

Represents minimal information about an Account or Group.
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 MemberInfo

The MemberInfo type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Gets the display name.
Public propertyEffectiveDisplayName
Gets the effective display name.
Public propertyGroupKind
Gets the kind of the group. This is only set if MemberKind is Group.
Public propertyId
Gets the ID.
Public propertyIsGlobal
Gets a value indicating whether the member is global.
Public propertyMemberKind
Gets the kind of the member.
Public propertyName
Gets the name.
Public propertyTenantIds
Gets the IDs of any tenants associated with the member.
Top
Methods
See Also