CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_WORKFLOW_CONTROLLED property
Gets or sets a value that indicates whether the custom field is controlled by a workflow.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_IS_WORKFLOW_CONTROLLED As Boolean
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_IS_WORKFLOW_CONTROLLED
instance.MD_PROP_IS_WORKFLOW_CONTROLLED = value
public bool MD_PROP_IS_WORKFLOW_CONTROLLED { get; set; }
Property value
Type: System.Boolean
True if controlled by a workflow; otherwise, False.
Remarks
Warning
The CreateCustomFields, CreateCustomFields2, UpdateCustomFields, and UpdateCustomFields2 methods, as well as Project Web App, all allow you to create an enterprise project custom field of type Flag, and set the custom field to be workflow controlled. However, Project Server workflows cannot control Flag custom fields. You should not set MD_PROP_IS_WORKFLOW_CONTROLLED to True for project custom fields of type Flag.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class