Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
TransferredEventArgs.TargetSip Property
Gets the SIP URI of the transfer destination.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property TargetSip As String
Get
'Usage
Dim instance As TransferredEventArgs
Dim value As String
value = instance.TargetSip
public string TargetSip { get; }
Property Value
Type: System.String