PersistentChatPrincipal.MemberOf Property

Definition

Gets a collection of objects which describe the user groups to which this principal belongs.

Local users belong to a domain (see Domain), a hierarchy of Active Directory containers and organizational units (see DirectoryFolder, as well as an arbitrary number of security groups and distribution lists (see DirectoryGroup). Affiliation with these various user groups can be used to grant permissions to a user, as well as membership or management roles on chat rooms.

User groups may also have an affiliated membership list. A security group or distribution list (DirectoryGroup) principal may be defined as a member of an arbitrary number of other directory groups, and an active directory container (DirectoryFolder) exists in a hierarchy of directory containers.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatPrincipalSummary ^> ^ MemberOf { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatPrincipalSummary ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipalSummary> MemberOf { get; }
member this.MemberOf : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipalSummary>
Public ReadOnly Property MemberOf As ReadOnlyCollection(Of PersistentChatPrincipalSummary)

Property Value

The user groups to which this principal belongs.

Applies to