OnProjectCommit.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 OnProjectCommit
Dim value As IComparable
value = CType(instance, IEventActivity).QueueName
IComparable IEventActivity.QueueName { get; }
Property Value
Type: System.IComparable