ParticipantData Property
This section can be used to store an arbitrary XML blob that will be sent to all participants in 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