DraftTaskLinkCollection.Remove method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public ClientResult<bool> Remove(
DraftTaskLink TaskLink
)
Parameters
- TaskLink
Type: Microsoft.ProjectServer.Client.DraftTaskLink
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>