StageCustomFieldCreationInformation.ReadOnly property
Gets or sets a value that indicates whether the custom field is read-only in the stage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ReadOnly As Boolean
Get
Set
'Usage
Dim instance As StageCustomFieldCreationInformation
Dim value As Boolean
value = instance.ReadOnly
instance.ReadOnly = value
[RemoteAttribute]
public bool ReadOnly { get; set; }
Property value
Type: System.Boolean
True if the custom field is read only in the stage; otherwise, False.
See also
Reference
StageCustomFieldCreationInformation class