HandleExternalEventActivity::IEventActivity::QueueName Property

 

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

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

private:
property IComparable^ QueueName {
	virtual IComparable^ get() sealed = IEventActivity::QueueName::get;
}

Property Value

Type: System::IComparable^

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

.NET Framework
Available since 3.0
Return to top
Show: