CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_REQUIRED property

Gets or sets a value that indicates whether the custom field is required when the entity (project, resource, or task) is created.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MD_PROP_IS_REQUIRED As Boolean
    Get
    Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean

value = instance.MD_PROP_IS_REQUIRED

instance.MD_PROP_IS_REQUIRED = value
public bool MD_PROP_IS_REQUIRED { get; set; }

Property value

Type: System.Boolean
True if the custom field is required; otherwise, False.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace

Other resources

How to: Create an Enterprise Custom Field