SPModule.SPModulePropertyBag.Update Method
Updates the database with changes made to properties of the module.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Update
'Usage
Dim instance As SPModule.SPModulePropertyBag
instance.Update()
public void Update()
See Also
Reference
SPModule.SPModulePropertyBag Class