Share via


CustomFieldCreationInformation.IsRequired property

Gets or sets a Boolean 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 CustomFieldCreationInformation
Dim value As Boolean

value = instance.IsRequired

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

Property value

Type: System.Boolean
True if the custom field value is required when the entity is created; otherwise False.

See also

Reference

CustomFieldCreationInformation class

CustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace