StageCustomFieldCreationInformation.Required property

Gets or sets a value that indicates whether the custom field is required in the stage.

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

Syntax

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

value = instance.Required

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

Property value

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

See also

Reference

StageCustomFieldCreationInformation class

StageCustomFieldCreationInformation members

Microsoft.ProjectServer.Client namespace