ListItem.FieldValuesAsText property

Gets the list item’s field values as a collection of string values.

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

Syntax

'Declaration
Public ReadOnly Property FieldValuesAsText As FieldStringValues
    Get
'Usage
Dim instance As ListItem
Dim value As FieldStringValues

value = instance.FieldValuesAsText
public FieldStringValues FieldValuesAsText { get; }

Property value

Type: Microsoft.SharePoint.Client.FieldStringValues
A FieldStringValues object that represents the string values.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

ListItem class

ListItem members

Microsoft.SharePoint.Client namespace