ProjectSequence.WorkflowContext property
Gets the context of the Project Server workflow. Read-only.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public ReadOnly Property WorkflowContext As ProjectWorkflowContext
Get
'Usage
Dim instance As ProjectSequence
Dim value As ProjectWorkflowContext
value = instance.WorkflowContext
[BrowsableAttribute(true)]
public ProjectWorkflowContext WorkflowContext { get; }
Property value
Type: Microsoft.Office.Project.Server.Library.ProjectWorkflowContext
An object that contains the information that is related to the current instance of the workflow.
Remarks
The WorkflowContext property of the ProjectSequence activity provides context information for all other activities in the Project Server workflow instance.