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