MediaChannel.Enabled Property
Gets whether the channel is enabled.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Enabled As Boolean
Get
Friend Set
'Usage
Dim instance As MediaChannel
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; internal set; }
Property Value
Type: System.Boolean