SPItem.Update method
When overridden in a derived class, updates the state of the item in the respective store.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Sub Update
'Usage
Dim instance As SPItem
instance.Update()
public abstract void Update()