SPFeaturePropertyCollection.Delete method
Deletes the collection of Feature properties.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Delete
'Usage
Dim instance As SPFeaturePropertyCollection
instance.Delete()
public void Delete()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | In all cases. |
See also
Reference
SPFeaturePropertyCollection class