CustomField.IsWorkflowControlled property

Gets or sets a value that indicates whether the custom field value is controlled by a workflow.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsWorkflowControlled As Boolean
    Get
    Set
'Usage
Dim instance As CustomField
Dim value As Boolean

value = instance.IsWorkflowControlled

instance.IsWorkflowControlled = value
[RemoteAttribute]
public bool IsWorkflowControlled { get; set; }

Property value

Type: System.Boolean
True if the custom field is controlled by a workflow; otherwise, False.

Remarks

If a custom field is controlled by a workflow, the value should be set only by the workflow.

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace