WorkflowDesignerField class
Represents a field that is created in a workflow designer.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.WorkflowDesignerField
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.WorkflowDesignerField", ServerTypeId := "{e7d8c5b4-02b6-42b7-9699-3689cd3f394f}")> _
Public Class WorkflowDesignerField _
Inherits ClientObject
'Usage
Dim instance As WorkflowDesignerField
[ScriptTypeAttribute("PS.WorkflowDesignerField", ServerTypeId = "{e7d8c5b4-02b6-42b7-9699-3689cd3f394f}")]
public class WorkflowDesignerField : ClientObject
Remarks
A workflow designer is a designer canvas that renders the visual representation of a workflow model as it is being pieced together.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.