ChangeView Class
A change on a view.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeView
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.ChangeView", ServerTypeId := "{865f3490-f526-4452-88e2-6e33357bae50}")> _
Public Class ChangeView _
Inherits Change
'Usage
Dim instance As ChangeView
[ScriptTypeAttribute("SP.ChangeView", ServerTypeId = "{865f3490-f526-4452-88e2-6e33357bae50}")]
public class ChangeView : 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.