ClientArrayResult<T>.Value propriedade
Obtém o resultado de matriz retornada.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: []
A matriz retornada do tipo de objeto especificado.