Web.Update method

Updates the database with changes that are made to the Web site.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As Web

instance.Update()
public void Update()

Remarks

If the value of any of the properties of the Web object has changed, this method saves the values of all properties to the database.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace