SPFeaturePropertyCollection.Update Method

Updates the database with changes made to the collection of Feature properties.

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

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As SPFeaturePropertyCollection

instance.Update()
public void Update()

Exceptions

Exception Condition
InvalidOperationException

The updated feature is null .

Remarks

Updating the properties of a Feature definition is not supported if the updated feature does not exist.

See Also

Reference

SPFeaturePropertyCollection Class

SPFeaturePropertyCollection Members

Microsoft.SharePoint Namespace