ConferenceScheduleInformation.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 or sets an arbitrary XML blob set by the organizer and to be sent to conference attendees upon joining the conference.
public:
property System::String ^ ParticipantData { System::String ^ get(); void set(System::String ^ value); };
public string ParticipantData { get; set; }
member this.ParticipantData : string with get, set
Public Property ParticipantData As String