Partilhar via


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
'Usage
Dim instance As OutboundCallActivity
Dim value As RealTimeAddress

value = instance.CalledParty

instance.CalledParty = value
public RealTimeAddress CalledParty { get; set; }

Property Value

Type: Microsoft.Rtc.Signaling.RealTimeAddress

See Also

Reference

OutboundCallActivity Class

OutboundCallActivity Members

Microsoft.Rtc.Workflow.Activities Namespace