StageCustomField.ReadOnly property

Gets a value that indicates whether the customer field is read-only in the stage.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ReadOnly As Boolean
    Get
'Usage
Dim instance As StageCustomField
Dim value As Boolean

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

Property value

Type: System.Boolean
True if the custom field is read-only; otherwise, False.

See also

Reference

StageCustomField class

StageCustomField members

Microsoft.ProjectServer.Client namespace