CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_REQUIRED Property

Specifies whether the custom field is required when the entity (project, resource, or task) is created.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

See Also

Reference

CustomFieldDataSet.CustomFieldsRow Class

CustomFieldDataSet.CustomFieldsRow Members

WebSvcCustomFields Namespace

Other Resources

How to: Create an Enterprise Custom Field