ConferenceScheduleInformation.Mcus Property
Gets the 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<ConferenceMcuInformation>
See Also
Reference
ConferenceScheduleInformation Class