ConferenceSession.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 set by the conference organizer to send to participants when they join.
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 value could be String.Empty if there is no data.