Mcus Property

List of MCU settings.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Mcus As IList(Of ConferenceMcuInformation)
    Get
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As IList(Of ConferenceMcuInformation)

value = instance.Mcus
public IList<ConferenceMcuInformation> Mcus { get; }

Property Value

Type: System.Collections.Generic..::..IList<(Of <(<'ConferenceMcuInformation>)>)>

Remarks

The settings appear in the conference-view element of the XML request.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace