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