DelayActivity.IEventActivity.QueueName Property

Definition

Gets the name of the workflow queue that will be delivered when the timer expires.

property IComparable ^ System::Workflow::Activities::IEventActivity::QueueName { IComparable ^ get(); };
IComparable System.Workflow.Activities.IEventActivity.QueueName { get; }
member this.System.Workflow.Activities.IEventActivity.QueueName : IComparable
 ReadOnly Property QueueName As IComparable Implements IEventActivity.QueueName

Property Value

The name of the workflow queue.

Implements

Remarks

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

Applies to