Gets the participant that has joined 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 
Participant 
As 

ChatRoomParticipant
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

ParticipantAttendanceChangedEventArgs
Dim 
value 
As 

ChatRoomParticipant

value = instance.
Participant
C#
public 

ChatRoomParticipant 
Participant { 
get; 
private 
set; }

See Also