ClientObjectCollection.Data property

Gets a list containing the list of elements in the ClientObjectCollection instance.

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

Syntax

'Declaration
Protected ReadOnly Property Data As List(Of Object)
    Get
'Usage
Dim value As List(Of Object)

value = Me.Data
protected List<Object> Data { get; }

Property value

Type: System.Collections.Generic.List<Object>
A list containing the list of elements in the ClientObjectCollection.

See also

Reference

ClientObjectCollection class

ClientObjectCollection members

Microsoft.SharePoint.Client namespace