ClientObjectList<T> class
Represents a list of client objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<T>
Microsoft.SharePoint.Client.ClientObjectList<T>
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class ClientObjectList(Of T As ClientObject) _
Inherits ClientObjectCollection(Of T)
'Usage
Dim instance As ClientObjectList(Of T)
public sealed class ClientObjectList<T> : ClientObjectCollection<T>
where T : ClientObject
Type parameters
- T
The type of client objects in the list.
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.