HandleExternalEventActivity::IEventActivity::QueueName Property
.NET Framework (current version)
Gets the name of the WorkflowQueue on which the activity is waiting for data to arrive.
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.
Implements
IEventActivity::QueueName
.NET Framework
Available since 3.0
Available since 3.0
Show: