Share via


OnProjectSubmit.IEventActivity.QueueName property

Gets the name of the workflow activity event queue. Read-only.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
Private ReadOnly Property QueueName As IComparable
    Implements IEventActivity.QueueName
    Get
'Usage
Dim instance As OnProjectSubmit
Dim value As IComparable

value = CType(instance, IEventActivity).QueueName
IComparableIEventActivity.QueueName { get; }

Property value

Type: System.IComparable
The name of the workflow queue on which the activity is waiting for data to arrive.

Implements

IEventActivity.QueueName

See also

Reference

OnProjectSubmit class

OnProjectSubmit members

Microsoft.Office.Project.Server.Workflow namespace