Gets the participant on whose behalf the invite was sent.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
OnBehalfOfParticipant 
As 

ConversationParticipant
C#
public 

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

ConversationParticipant^ 
OnBehalfOfParticipant {
	

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

See Also