GroupChatRoleDescriptor Class

Represents the assignment of a ChatRoomRole to a user or user group.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.GroupChat.Management.GroupChatRoleDescriptor

Namespace: Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Class GroupChatRoleDescriptor
'Usage
Dim instance As GroupChatRoleDescriptor
public class GroupChatRoleDescriptor

Remarks

A role can be granted on an individual ChatRoom or on a ChatRoomCategory. When granted on a category, the role may be inherited by subcategories and chat rooms in that category, as indicated by InheritedFrom.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

See Also

Reference

GroupChatRoleDescriptor Members

Microsoft.Rtc.Collaboration.GroupChat.Management Namespace