ChangeWeb Class
A change on a site.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeWeb
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.ChangeWeb", ServerTypeId := "{e7fa8647-bde1-474c-93b1-1ef9ce5cf02c}")> _
Public Class ChangeWeb _
Inherits Change
'Usage
Dim instance As ChangeWeb
[ScriptTypeAttribute("SP.ChangeWeb", ServerTypeId = "{e7fa8647-bde1-474c-93b1-1ef9ce5cf02c}")]
public class ChangeWeb : Change
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.