Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.