Conference.ToConferenceScheduleInformation Method
Converts a conference into an object that can be used to update its properties.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function ToConferenceScheduleInformation ( _
conference As Conference _
) As ConferenceScheduleInformation
'Usage
Dim conference As Conference
Dim returnValue As ConferenceScheduleInformation
returnValue = Conference.ToConferenceScheduleInformation(conference)
public static ConferenceScheduleInformation ToConferenceScheduleInformation(
Conference conference
)
Parameters
- conference
Type: Microsoft.Rtc.Collaboration.Conference
The conference to convert.
Return Value
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceScheduleInformation
The converted conference.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | 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.