WorkflowDesignerField class

inherits members from ClientObject

Represents a field that is created in a workflow designer.

Syntax

CSOM

class WorkflowDesignerField 

JSOM

PS.WorkflowDesignerField

REST Interface

Supported.

PS.WorkflowDesignerField

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/WorkflowDesigner/Fields('{id}')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
DisplayName String Gets the workflow designer field display name
Id String Gets the GUID of the workflow designer field.
IsLookupField Boolean Gets a value that indicates whether the field uses a lookup table.
IsReadOnly Boolean Gets a value that indicates whether the field is read-only.
LookupEntries LookupEntryCollection Gets a collection of valid lookup table entries for the field.
SPFieldType SPFieldType Gets the SPFieldType equivalent to the type of the Project Server field.

See Also

SPFieldType
WorkflowDesignerFieldCollection