Gets an XML blob set by the conference organizer to send to participants when they join.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ParticipantData 
As 
String
C#
public 
string 
ParticipantData { 
get; }
Visual C++
public:
property 
String^ 
ParticipantData {
	
String^ 
get ();
}
JavaScript
function get_
participantData();

Remarks

This value could be String.Empty if there is no data.

See Also