ChangeCollection Class

Represents a collection of Change objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Change>
        Microsoft.SharePoint.Client.ChangeCollection

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.ChangeCollection", ServerTypeId := "{2ba7a459-eeda-42d0-90e2-fad3487ad0d3}")> _
Public Class ChangeCollection _
    Inherits ClientObjectCollection(Of Change)
'Usage
Dim instance As ChangeCollection
[ScriptTypeAttribute("SP.ChangeCollection", ServerTypeId = "{2ba7a459-eeda-42d0-90e2-fad3487ad0d3}")]
public class ChangeCollection : ClientObjectCollection<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.

See Also

Reference

ChangeCollection Members

Microsoft.SharePoint.Client Namespace