CommandActivity.IEventActivity.QueueName Property
Gets the name of the queue created to receive the event represented by this CommandActivity.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Private ReadOnly Property QueueName As IComparable
Implements IEventActivity.QueueName
Get
'Usage
Dim instance As CommandActivity
Dim value As IComparable
value = CType(instance, IEventActivity).QueueName
[BrowsableAttribute(false)]
IComparable IEventActivity.QueueName { get; }
Property Value
Type: System.IComparable