Gets the participant that sent the invite.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
RemoteParticipant 
As 

ConversationParticipant
C#
public 

ConversationParticipant 
RemoteParticipant { 
get; }
Visual C++
public:
property 

ConversationParticipant^ 
RemoteParticipant {
	

ConversationParticipant^ 
get ();
}
JavaScript
function get_
remoteParticipant();

See Also