ClientObjectCollection.Data - Propriété

Obtient une liste qui contient la liste des éléments dans l'instance ClientObjectCollection .

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property Data As List(Of Object)
    Get
'Utilisation
Dim value As List(Of Object)

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

Valeur de propriété

Type : System.Collections.Generic.List<Object>
Une liste qui contient la liste des éléments dans la ClientObjectCollection.

Voir aussi

Référence

ClientObjectCollection classe

ClientObjectCollection - Membres

Microsoft.SharePoint.Client - Espace de noms