PublishedProject.Calendar property
Gets the project calendar.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Calendar As Calendar
Get
'Usage
Dim instance As PublishedProject
Dim value As Calendar
value = instance.Calendar
[RemoteAttribute]
public Calendar Calendar { get; }
Property value
Type: Microsoft.ProjectServer.Client.Calendar
A calendar.