ProjectServer.IsReadOnly property

Gets a value that indicates whether the Project Server database is in read-only mode.

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 ProjectServer
Dim value As Boolean

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

Property value

Type: System.Boolean
True if the Project Server database is in read-only mode; otherwise, False.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace