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