Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the custom field is required when the entity (project, resource, or task) is created.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_IS_REQUIRED As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.EnterpriseCustomFieldMetadataRow
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
StatusingDataSet.EnterpriseCustomFieldMetadataRow class