ListItem.FieldValuesAsHtml Property
Gets the values for the list item as HTML.
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 FieldValuesAsHtml As FieldStringValues
Get
'Usage
Dim instance As ListItem
Dim value As FieldStringValues
value = instance.FieldValuesAsHtml
[RemoteAttribute]
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).