ConferenceScheduleInformation.OrganizerData Property
Gets or sets an arbitrary XML blob set by the organizer.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property OrganizerData As String
Get
Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As String
value = instance.OrganizerData
instance.OrganizerData = value
public string OrganizerData { get; set; }
Property Value
Type: System.String
Remarks
This data is only visible to the organizer.
See Also
Reference
ConferenceScheduleInformation Class