IEventActivity.QueueName Property

Definition

Gets the name of the WorkflowQueue on which the activity is waiting for data to arrive.

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 WorkflowQueue on which the activity is waiting for data to arrive.

Applies to