CalendarExceptionCollection.Remove method

Removes the specified CalendarException object from the collection of calendar exceptions.

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
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
True if the exception was removed; otherwise, False.

See also

Reference

CalendarExceptionCollection class

CalendarExceptionCollection members

Microsoft.ProjectServer.Client namespace