ConferenceMcuInformation.Settings Property
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