CalendarException.Calendar property
Gets the name of the calendar that is associated with the exception.
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 CalendarException
Dim value As Calendar
value = instance.Calendar
[RemoteAttribute]
public Calendar Calendar { get; }
Property value
Type: Microsoft.ProjectServer.Client.Calendar
A Project Server calendar.