CalendarExceptionCollection.Remove-Methode
Entfernt das angegebene CalendarException -Objekt aus der Auflistung der Kalenderausnahmen.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function Remove ( _
exception As CalendarException _
) As ClientResult(Of Boolean)
'Usage
Dim instance As CalendarExceptionCollection
Dim exception As CalendarException
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(exception)
[RemoteAttribute]
public ClientResult<bool> Remove(
CalendarException exception
)
Parameter
exception
Typ: Microsoft.ProjectServer.Client.CalendarExceptionDas CalendarException -Objekt entfernt werden soll.
Rückgabewert
Typ: Microsoft.SharePoint.Client.ClientResult<Boolean>
True , wenn die Ausnahme entfernt wurde; andernfalls False.
Siehe auch
Referenz
CalendarExceptionCollection Klasse