Share via


SPFeaturePropertyCollection.Remove method

Removes the Feature property with the specified name from the collection.

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

Syntax

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

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

Parameters

Exceptions

Exception Condition
ArgumentNullException

name is null .

See also

Reference

SPFeaturePropertyCollection class

SPFeaturePropertyCollection members

Microsoft.SharePoint namespace