Share via


StageCustomFieldCollection.Remove method

Removes the specified stage custom field from the collection.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Remove ( _
    field As StageCustomField _
) As ClientResult(Of Boolean)
'Usage
Dim instance As StageCustomFieldCollection
Dim field As StageCustomField
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(field)
[RemoteAttribute]
public ClientResult<bool> Remove(
    StageCustomField field
)

Parameters

Return value

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

See also

Reference

StageCustomFieldCollection class

StageCustomFieldCollection members

Microsoft.ProjectServer.Client namespace