다음을 통해 공유


ProjectServer.Calendars property

Get the collection of calendars for the project server instance.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Calendars As CalendarCollection
    Get
'Usage
Dim instance As ProjectServer
Dim value As CalendarCollection

value = instance.Calendars
[RemoteAttribute]
public CalendarCollection Calendars { get; }

Property value

Type: Microsoft.ProjectServer.Client.CalendarCollection
A collection of calendars.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace