Gets an XML blob to be sent to participants.

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

Syntax

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

Remarks

This can be used to store an arbitrary XML blob that will be sent to all participants in the conference.

See Also