LookupEntryCollection.Remove method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function Remove ( _
entry As LookupEntry _
) As ClientResult(Of Boolean)
'Usage
Dim instance As LookupEntryCollection
Dim entry As LookupEntry
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(entry)
public ClientResult<bool> Remove(
LookupEntry entry
)
Parameters
- entry
Type: Microsoft.ProjectServer.Client.LookupEntry
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>