State Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the SessionState to determine whether a Browser instance is running.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
public SessionState State { get; }

Remarks

The value of the State property is Active if the Browser is running, or Idle if the Browser is not running.

See Also