Gets a value indicating whether this participant is a manager of this chat room.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsManager As Boolean Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomParticipant Dim value As Boolean value = instance. IsManager |
C# |
---|
public bool IsManager { get; private set; } |