Mcus Property
The conference URI.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Mcus As Collection(Of ConferenceMcuInformation)
Get
Friend Set
'Usage
Dim instance As Conference
Dim value As Collection(Of ConferenceMcuInformation)
value = instance.Mcus
public Collection<ConferenceMcuInformation> Mcus { get; internal set; }
Property Value
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ConferenceMcuInformation>)>)>