ProjectContext.WorkflowDesigner property
Gets a workflow designer that developers can call at design time.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowDesigner As WorkflowDesigner
Get
'Usage
Dim instance As ProjectContext
Dim value As WorkflowDesigner
value = instance.WorkflowDesigner
public WorkflowDesigner WorkflowDesigner { get; }
Property value
Type: Microsoft.ProjectServer.Client.WorkflowDesigner
A workflow designer.