MemberInfo Class

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

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
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 propertyMemberKind
Gets the kind of the member.
Public propertyName
Gets the name.
Public propertyTenantId
Gets the ID of the tenant associated with the member.
Top
Methods
See Also