Share via


CustomFieldCreationInformation.IsWorkflowControlled property

Gets or sets a Boolean 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 CustomFieldCreationInformation
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

CustomFieldCreationInformation class

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace