ProjectContext.Calendars property

Gets the collection of calendars for the Project Server instance.

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

Syntax

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

value = instance.Calendars
public CalendarCollection Calendars { get; }

Property value

Type: Microsoft.ProjectServer.Client.CalendarCollection
A Project Server calendar collection.

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace