BlindTransferActivity.CalledParty Property
Gets or sets the SIP address (sip:alice@contoso.com) to transfer the call to.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property CalledParty As RealTimeAddress
Get
Set
'Usage
Dim instance As BlindTransferActivity
Dim value As RealTimeAddress
value = instance.CalledParty
instance.CalledParty = value
public RealTimeAddress CalledParty { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeAddress