de la propiedad ClientArrayResult<T>.Value
Obtiene el resultado de la matriz devuelta.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public ReadOnly Property Value As T()
Get
'Uso
Dim instance As ClientArrayResult
Dim value As T()
value = instance.Value
public T[] Value { get; }
Valor de propiedad
Tipo: []
La matriz devuelta del tipo de objeto especificado.