CalendarExceptionCreationInformation class
Provides information for the creation of a calendar exception.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.CalendarExceptionCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.CalendarExceptionCreationInformation", ValueObject := True, _
ServerTypeId := "{15a86477-a9f6-4e4d-9da9-1603b15d95c8}")> _
Public Class CalendarExceptionCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As CalendarExceptionCreationInformation
[ScriptTypeAttribute("PS.CalendarExceptionCreationInformation", ValueObject = true,
ServerTypeId = "{15a86477-a9f6-4e4d-9da9-1603b15d95c8}")]
public class CalendarExceptionCreationInformation : ClientValueObject
Remarks
A calendar exception is an instance in which a task or resource calendar differs from the project calendar.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.