Gets whether the channel is enabled.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Enabled 
As 
Boolean
C#
public 
bool 
Enabled { 
get; 
internal 
set; }
Visual C++
public:
property 
bool 
Enabled {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
enabled();
function set_
enabled(
value);

See Also