Share via


DraftTaskLinkCollection.Remove method

Removes the specified draft task link from the collection.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Remove ( _
    TaskLink As DraftTaskLink _
) As ClientResult(Of Boolean)
'Usage
Dim instance As DraftTaskLinkCollection
Dim TaskLink As DraftTaskLink
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(TaskLink)
[RemoteAttribute]
public ClientResult<bool> Remove(
    DraftTaskLink TaskLink
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
True if the object is removed from the collection; otherwise, False.

See also

Reference

DraftTaskLinkCollection class

DraftTaskLinkCollection members

Microsoft.ProjectServer.Client namespace