OrganizerData Property

This can be used by a client to store an arbitrary XML blob for the conference.

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 ever sent to the organizer.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace