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)
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