Web.Update 方法
Updates the database with changes that are made to the Web site.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Sub Update
用法
Dim instance As Web
instance.Update()
public void Update()
备注
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.