Gets whether QoS is enabled.

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

Syntax

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

See Also