ListItem.FieldValues property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As ListItem
Dim value As Dictionary(Of String, Object)

value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>
Returns Dictionary<TKey, TValue>.

See also

Reference

ListItem class

ListItem members

Microsoft.SharePoint.Client namespace