ListItem.FieldValuesAsHtml property

Gets the values for the list item as HTML.

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.Client.FieldStringValues
Returns a FieldStringValues.instance representing the values for the list item as HTML.

Remarks

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

See also

Reference

ListItem class

ListItem members

Microsoft.SharePoint.Client namespace