ListItem.FieldValuesAsText Property
Gets the list item’s field values as a collection of string values.
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
<RemoteAttribute> _
Public ReadOnly Property FieldValuesAsText As FieldStringValues
Get
'Usage
Dim instance As ListItem
Dim value As FieldStringValues
value = instance.FieldValuesAsText
[RemoteAttribute]
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).