Gets or sets a value indicating whether this principal is chat room administrator. The value of this property may be hidden if ArePermissionsInherited is true .
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsChatRoomAdministrator As Boolean Get Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatPrincipalInformation Dim value As Boolean value = instance. IsChatRoomAdministrator instance. IsChatRoomAdministrator = value |
C# |
---|
public bool IsChatRoomAdministrator { get; set; } |
Property Value
Type: System . . :: . . Booleantrue if this principal is chat room administrator; otherwise, false .