Share via


CallControlEventActivity.QueueName Property

Name of the queue created to receive the event represented by this CallControlEventActivity.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property QueueName As IComparable
    Get
'Usage
Dim instance As CallControlEventActivity
Dim value As IComparable

value = instance.QueueName
[BrowsableAttribute(false)]
public IComparable QueueName { get; }

Property Value

Type: System.IComparable

Implements

IEventActivity.QueueName

See Also

Reference

CallControlEventActivity Class

CallControlEventActivity Members

Microsoft.Rtc.Workflow.Activities Namespace