Share via


OutboundCallActivity.CallType Property

Gets or sets the outbound call type.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property CallType As CallType
    Get
    Set
public CallType CallType { get; set; }
public:
property CallType CallType {
    CallType get ();
    void set (CallType value);
}
function set_callType(value);

See Also

OutboundCallActivity Class

Microsoft.Rtc.Workflow.Activities Namespace