OnProjectCheckIn.WorkflowContextProperty Field
Contains the WorkflowContext property.
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 = OnProjectCheckIn.WorkflowContextProperty
OnProjectCheckIn.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 in the parent activity. For example, if the OnProjectCheckIn activity occurs within a ProjectSequence activity named projectSequence1, the Properties pane shows the WorkflowContext value as Activity=projectSequence1, Path=WorkflowContext.