ConferenceScheduleInformation.ParticipantData Property
Gets or sets an arbitrary XML blob set by the organizer and to be sent to conference attendees upon joining the conference.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ParticipantData As String
Get
Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As String
value = instance.ParticipantData
instance.ParticipantData = value
public string ParticipantData { get; set; }
Property Value
Type: System.String
See Also
Reference
ConferenceScheduleInformation Class