Share via


ReadProjectProperty.WorkflowContextProperty field

Contains the WorkflowContext property, which is the context of the ReadProjectProperty activity in the parent ProjectSequence activity.

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

Syntax

'Declaration
Public Shared WorkflowContextProperty As DependencyProperty
'Usage
Dim value As DependencyProperty

value = ReadProjectProperty.WorkflowContextProperty

ReadProjectProperty.WorkflowContextProperty = value
public static DependencyProperty WorkflowContextProperty

Remarks

The WorkflowContext property includes the name of the parent ProjectSequence activity instance and the path name of the WorkflowContext property. For example, the Properties pane can show the WorkflowContext value of a ReadProjectProperty activity as Activity=projectSequence1, Path=WorkflowContext.

See also

Reference

ReadProjectProperty class

ReadProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

WorkflowContext