ClientObjectCollection class

Provides a base class for a collection of objects on a remote client.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<T>

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public MustInherit Class ClientObjectCollection _
    Inherits ClientObject _
    Implements IEnumerable
'Usage
Dim instance As ClientObjectCollection
public abstract class ClientObjectCollection : ClientObject, 
    IEnumerable

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

ClientObjectCollection members

Microsoft.SharePoint.Client namespace