Conference.ToConferenceScheduleInformation(Conference) Method
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.
Converts a conference into an object that can be used to update its properties.
public:
static Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceScheduleInformation ^ ToConferenceScheduleInformation(Microsoft::Rtc::Collaboration::Conference ^ conference);
public static Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation ToConferenceScheduleInformation (Microsoft.Rtc.Collaboration.Conference conference);
static member ToConferenceScheduleInformation : Microsoft.Rtc.Collaboration.Conference -> Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation
Parameters
- conference
- Conference
The conference to convert.
Returns
The converted conference.
Exceptions
Thrown when the supplied conference
is scheduled with an administrator template SchedulingTemplate.
Remarks
A Conference object for a conference scheduled with an administrator template cannot be converted to ConferenceScheduleInformation object.