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
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public NotInheritable Class ChangeCollection _
    Inherits ClientObjectCollection(Of Change)
'Usage
Dim instance As ChangeCollection
public sealed 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