EnterpriseResource.ResourceCalendarExceptions property
Gets a collection of exceptions to the base calendar that are specific to an enterprise resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ResourceCalendarExceptions As CalendarExceptionCollection
Get
'Usage
Dim instance As EnterpriseResource
Dim value As CalendarExceptionCollection
value = instance.ResourceCalendarExceptions
[RemoteAttribute]
public CalendarExceptionCollection ResourceCalendarExceptions { get; }
Property value
Type: Microsoft.ProjectServer.Client.CalendarExceptionCollection
A collection of resource calendar exceptions.