PlanAssignmentCollection.Remove method

Removes the specified plan assignment from the collection of plan assignments.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Remove ( _
    assignment As PlanAssignment _
) As ClientResult(Of Boolean)
'Usage
Dim instance As PlanAssignmentCollection
Dim assignment As PlanAssignment
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(assignment)
[RemoteAttribute]
public ClientResult<bool> Remove(
    PlanAssignment assignment
)

Parameters

Return value

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

See also

Reference

PlanAssignmentCollection class

PlanAssignmentCollection members

Microsoft.ProjectServer.Client namespace