Conference Implicit Conversion (Conference to ConferenceScheduleInformation)

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 Widening Operator CType ( _
    conference As Conference _
) As ConferenceScheduleInformation
'Usage
Dim input As Conference
Dim output As ConferenceScheduleInformation

output = CType(input, ConferenceScheduleInformation)
public static implicit operator ConferenceScheduleInformation (
    Conference conference
)

Parameters

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.

See Also

Reference

Conference Class

Conference Members

Implicit Overload

Microsoft.Rtc.Collaboration Namespace