Gets the number of participants currently joined to the chat room.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property NumberOfParticipants As Integer Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomSnapshot Dim value As Integer value = instance. NumberOfParticipants |
C# |
---|
public int NumberOfParticipants { get; private set; } |