WorkflowQueue.QueueName Property

Definition

Gets the name of the workflow queue.

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.

Remarks

The name of the workflow queue is set by the CreateWorkflowQueue method.

Applies to