Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an XML blob used to configure the MCU.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Settings As String
Get
Set
'Usage
Dim instance As ConferenceMcuInformation
Dim value As String
value = instance.Settings
instance.Settings = value
public string Settings { get; set; }
Property Value
Type: System.String
See Also
Reference
ConferenceMcuInformation Class