OutboundCallActivity.CalledParty Property
Gets or sets the RealTimeAddress to make an outbound call. A RealTimeAddress object represents a real-time address.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property CalledParty As RealTimeAddress
Get
Set
public RealTimeAddress CalledParty { get; set; }
public:
property RealTimeAddress^ CalledParty {
RealTimeAddress^ get ();
void set (RealTimeAddress^ value);
}
function set_calledParty(value);