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
'Usage
Dim instance As OutboundCallActivity
Dim value As CallType
value = instance.CallType
instance.CallType = value
public CallType CallType { get; set; }
Property Value
Type: Microsoft.Rtc.Workflow.Activities.CallType