Share via


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
public CallType AcceptedCallType { get; private set; }
public:
property CallType AcceptedCallType {
    CallType get ();
    private: void set (CallType value);
}
function set_acceptedCallType(value);

See Also

AcceptCallActivity Class

Microsoft.Rtc.Workflow.Activities Namespace