Gets the number of participants currently joined to the chat room.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
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; }

Property Value

Type: System . . :: . . Int32

The number of participants.

See Also