SPFeaturePropertyCollection.Remove Method

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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