Gets whether the services is currently in use.

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

Syntax

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

See Also