AcceptCallActivity.AcceptedCallType Property
Gets a CallType property value that specifies the accepted call type.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property AcceptedCallType As CallType
Get
Private Set
'Usage
Dim instance As AcceptCallActivity
Dim value As CallType
value = instance.AcceptedCallType
public CallType AcceptedCallType { get; private set; }
Property Value
Type: Microsoft.Rtc.Workflow.Activities.CallType