Aracılığıyla paylaş


WorkflowDataSet.WorkflowStageCustomFieldsRow.REQUIRED Property

Specifies whether the custom field is required.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

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

WorkflowDataSet.WorkflowStageCustomFieldsRow Members

Workflow Web Service