QueueEventArgs.QueueName Property

Definition

Gets the name of the workflow queue that originated the event.

public:
 property IComparable ^ QueueName { IComparable ^ get(); };
public IComparable QueueName { get; }
member this.QueueName : IComparable
Public ReadOnly Property QueueName As IComparable

Property Value

The name of the workflow queue that originated the event.

Applies to

See also