ListItem.FieldValues propriedade
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
Get
'Uso
Dim instance As ListItem
Dim value As Dictionary(Of String, Object)
value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<String, Object>
Retorna Dictionary<TKey, TValue>.