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