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
public RealTimeAddress CalledParty { get; set; }
public:
property RealTimeAddress^ CalledParty {
    RealTimeAddress^ get ();
    void set (RealTimeAddress^ value);
}
function get_calledParty();
function set_calledParty(value);

See Also

BlindTransferActivity Class

Microsoft.Rtc.Workflow.Activities Namespace