Share via


LookupTableCollection.Remove method

Removes the specified lookup table from the collection.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Remove ( _
    table As LookupTable _
) As ClientResult(Of Boolean)
'Usage
Dim instance As LookupTableCollection
Dim table As LookupTable
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(table)
[RemoteAttribute]
public ClientResult<bool> Remove(
    LookupTable table
)

Parameters

Return value

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

See also

Reference

LookupTableCollection class

LookupTableCollection members

Microsoft.ProjectServer.Client namespace