StageCustomField.Required property
Gets 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 ReadOnly Property Required As Boolean
Get
'Usage
Dim instance As StageCustomField
Dim value As Boolean
value = instance.Required
[RemoteAttribute]
public bool Required { get; }
Property value
Type: System.Boolean
True if the custom field is required; otherwise, False.