SharedFieldCollection.Remove Method
Deletes the specified field from the SharedFieldCollection list.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Sub Remove ( _
fld As SPField _
)
'Usage
Dim instance As SharedFieldCollection
Dim fld As SPField
instance.Remove(fld)
public void Remove(
SPField fld
)
Parameters
fld
Type: Microsoft.SharePoint.SPFieldThe field to be removed.