Gets the participant instance associated with this participant endpoint.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Participant 
As 

ConversationParticipant
C#
public 

ConversationParticipant 
Participant { 
get; 
internal 
set; }
Visual C++
public:
property 

ConversationParticipant^ 
Participant {
	

ConversationParticipant^ 
get ();
	
void 
set (

ConversationParticipant^ 
value);
}
JavaScript
function get_
participant();
function set_
participant(
value);

See Also