CallForwardReceivedEventArgs.ForwardDestination Property
Gets the destination URI indicated in the forward response message.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ForwardDestination As String
Get
'Usage
Dim instance As CallForwardReceivedEventArgs
Dim value As String
value = instance.ForwardDestination
public string ForwardDestination { get; }
Property Value
Type: System.String
See Also
Reference
CallForwardReceivedEventArgs Class