WorkflowDesigner.Fields property

Gets custom field definitions that apply to project entities.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Fields As WorkflowDesignerFieldCollection
    Get
'Usage
Dim instance As WorkflowDesigner
Dim value As WorkflowDesignerFieldCollection

value = instance.Fields
[RemoteAttribute]
public WorkflowDesignerFieldCollection Fields { get; }

Property value

Type: Microsoft.ProjectServer.Client.WorkflowDesignerFieldCollection
A collection of workflow designer fields.

Remarks

This collection contains a filtered version of the custom fields collection, suitable for use in a workflow designer. Types are represented as SharePoint SPFieldType values rather than Project Server field types, and only enterprise custom fields for project entities are included.

See also

Reference

WorkflowDesigner class

WorkflowDesigner members

Microsoft.ProjectServer.Client namespace