CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_WORKFLOW_CONTROLLED Property
Specifies whether the custom field is controlled by a workflow.
Namespace: [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl
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
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