ClientArrayResult<T>.Value - Propriété
Obtient le résultat de la matrice renvoyée.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Value As T()
Get
'Utilisation
Dim instance As ClientArrayResult
Dim value As T()
value = instance.Value
public T[] Value { get; }
Valeur de propriété
Type : []
Le tableau retourné du type d'objet spécifié.