Conference.ParticipantData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an XML blob to be sent to participants.
public:
property System::String ^ ParticipantData { System::String ^ get(); };
public string ParticipantData { get; }
member this.ParticipantData : string
Public ReadOnly Property ParticipantData As String
Property Value
Remarks
This can be used to store an arbitrary XML blob that will be sent to all participants in the conference.