DialogEventActivity.QueueName Property
Name of the queue created to receive the event represented by this DialogEventActivity.
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 DialogEventActivity
Dim value As IComparable
value = instance.QueueName
[BrowsableAttribute(false)]
public IComparable QueueName { get; }
Property Value
Type: System.IComparable