CustomField.IsRequired property

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

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsRequired As Boolean
    Get
    Set
'Usage
Dim instance As CustomField
Dim value As Boolean

value = instance.IsRequired

instance.IsRequired = value
[RemoteAttribute]
public bool IsRequired { get; set; }

Property value

Type: System.Boolean
True if a custom field value is required by all entities of the same type; otherwise False.

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace