Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
TransferringEventArgs.Type Property
Gets the TransferType being used to transfer the phone call 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 Type As TransferType
Get
'Usage
Dim instance As TransferringEventArgs
Dim value As TransferType
value = instance.Type
public TransferType Type { get; }
Property Value
Type: Microsoft.Speech.VoiceXml.Common.TransferType