ProjectContext.ServiceStatus property

Gets information about the status of the Project Server service.

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

Syntax

'Declaration
Public ReadOnly Property ServiceStatus As ServiceStatus
    Get
'Usage
Dim instance As ProjectContext
Dim value As ServiceStatus

value = instance.ServiceStatus
public ServiceStatus ServiceStatus { get; }

Property value

Type: Microsoft.ProjectServer.Client.ServiceStatus
A ServiceStatus object.

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace