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

Remarks

The WorkflowContext property of the ProjectSequence activity provides context information for all other activities in the Project Server workflow instance.

See Also

Reference

ProjectSequence Class

ProjectSequence Members

Microsoft.Office.Project.Server.Workflow Namespace

WorkflowContextProperty