Calendar.BaseCalendarExceptions property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property BaseCalendarExceptions As CalendarExceptionCollection
Get
'Usage
Dim instance As Calendar
Dim value As CalendarExceptionCollection
value = instance.BaseCalendarExceptions
public CalendarExceptionCollection BaseCalendarExceptions { get; }
Property value
Type: Microsoft.ProjectServer.Client.CalendarExceptionCollection