FieldStringValues.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, String)
    Get
'Usage
Dim instance As FieldStringValues
Dim value As Dictionary(Of String, String)

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

Property value

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

See also

Reference

FieldStringValues class

FieldStringValues members

Microsoft.SharePoint.Client namespace