ChangeQuery Class
Defines a query that is performed against the change log.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ChangeQuery
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.ChangeQuery", ValueObject := True, ServerTypeId := "{887a7218-1232-4cfc-b78f-88d54e9d8ec7}")> _
Public NotInheritable Class ChangeQuery _
Inherits ClientValueObject
'Usage
Dim instance As ChangeQuery
[ScriptTypeAttribute("SP.ChangeQuery", ValueObject = true, ServerTypeId = "{887a7218-1232-4cfc-b78f-88d54e9d8ec7}")]
public sealed class ChangeQuery : ClientValueObject
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.