ClientResult<T>.Value propriedade
Obtém o resultado.
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 ClientResult
Dim value As T
value = instance.Value
public T Value { get; }
Valor de propriedade
Tipo: T
Um objeto do tipo genérico.