Gets whether the SpeechSynthesisConnector is currently started.

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

Syntax

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

See Also