WorkflowDataSet.WorkflowStageCustomFieldsRow.REQUIRED property
Specifies whether the custom field is required.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property REQUIRED As Boolean
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsRow
Dim value As Boolean
value = instance.REQUIRED
instance.REQUIRED = value
public bool REQUIRED { get; set; }
Property value
Type: System.Boolean
Remarks
The default value is false.
See also
Reference
WorkflowDataSet.WorkflowStageCustomFieldsRow class