次の方法で共有


CalendarCollection.Remove method

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

Syntax

'Declaration
Public Function Remove ( _
    calendar As Calendar _
) As ClientResult(Of Boolean)
'Usage
Dim instance As CalendarCollection
Dim calendar As Calendar
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(calendar)
public ClientResult<bool> Remove(
    Calendar calendar
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

CalendarCollection class

CalendarCollection members

Microsoft.ProjectServer.Client namespace