ListItem.FieldValuesForEdit property
Gets the formatted values to be displayed in an edit form.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property FieldValuesForEdit As FieldStringValues
Get
'Usage
Dim instance As ListItem
Dim value As FieldStringValues
value = instance.FieldValuesForEdit
public FieldStringValues FieldValuesForEdit { get; }
Property value
Type: Microsoft.SharePoint.Client.FieldStringValues
Returns a FieldStringValues.instance representing the formatted values to be displayed in an edit form.
Remarks
It must not be a null reference (Nothing in Visual Basic).