ClientObjectCollection.Data Property
Gets a list containing the list of elements in the ClientObjectCollection instance.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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.