CalendarExceptionCollection-Klasse
Stellt eine Auflistung von Kalenderausnahmen.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<CalendarException>
Microsoft.ProjectServer.Client.CalendarExceptionCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId := "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")> _
Public Class CalendarExceptionCollection _
Inherits ClientObjectCollection(Of CalendarException)
'Usage
Dim instance As CalendarExceptionCollection
[ScriptTypeAttribute("PS.CalendarExceptionCollection", ServerTypeId = "{1dc8706e-36e9-4812-8740-6d353fcf82b5}")]
public class CalendarExceptionCollection : ClientObjectCollection<CalendarException>
Hinweise
Eine Kalenderausnahme ist eine Instanz ein Kalenders Vorgang oder eine Ressource in der aus dem Projektkalender abweicht.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.