Edit

Share via


Conference.ToConferenceScheduleInformation(Conference) Method

Definition

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.

Applies to