Freigeben über


CalendarExceptionCollection.Add-Methode

Die Auflistung der Kalenderausnahmen hinzugefügt eine Kalenderausnahme.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As CalendarExceptionCreationInformation _
) As CalendarException
'Usage
Dim instance As CalendarExceptionCollection
Dim parameters As CalendarExceptionCreationInformation
Dim returnValue As CalendarException

returnValue = instance.Add(parameters)
[RemoteAttribute]
public CalendarException Add(
    CalendarExceptionCreationInformation parameters
)

Parameter

Rückgabewert

Typ: Microsoft.ProjectServer.Client.CalendarException
Eine Kalenderausnahme.

Siehe auch

Referenz

CalendarExceptionCollection Klasse

CalendarExceptionCollection-Member

Microsoft.ProjectServer.Client-Namespace