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)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public ReadOnly Property QueueName As IComparable
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public IComparable QueueName { get; }
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property IComparable^ QueueName {
    IComparable^ get () sealed;
}
function get_queueName();

Implements

IEventActivityQueueName()()()

See Also

DialogEventActivity Class

Microsoft.Rtc.Workflow.Activities Namespace