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