Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DisconnectedEventArgs.State Property
Gets the DisconnectState when the Disconnected event is raised.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property State As DisconnectState
Get
'Usage
Dim instance As DisconnectedEventArgs
Dim value As DisconnectState
value = instance.State
public DisconnectState State { get; }
Property Value
Type: Microsoft.Speech.VoiceXml.Common.DisconnectState