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
name
Type: System.StringA name of the Feature property.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name is null . |
See also
Reference
SPFeaturePropertyCollection class