Share via


PropertyCollection.Remove method (String)

Removes a property from the collection by using the name of the property.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Remove ( _
    name As String _
)
'Usage
Dim instance As PropertyCollection
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)

Parameters

See also

Reference

PropertyCollection class

PropertyCollection members

Remove overload

Microsoft.SharePoint.BusinessData.Administration namespace