Web.Update-Methode
Updates the database with changes that are made to the Web site.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub Update
'Usage
Dim instance As Web
instance.Update()
public void Update()
Hinweise
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.