Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the nature of a workflow custom field.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration CustomFieldBehavior
'Usage
Dim instance As Workflow.CustomFieldBehavior
public enum CustomFieldBehavior
Members
| Member name | Description | |
|---|---|---|
| NotControlled | Value = 0. An uncontrolled field. | |
| ReadOnly | Value = 1. A read-only field. | |
| Required | Value = 2. A required field. |