PropertyValues.FieldValues Property

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As PropertyValues
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

PropertyValues Class

PropertyValues Members

Microsoft.SharePoint.Client Namespace