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