ListItemFormUpdateValue.FieldValue property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property FieldValue As String
Get
Set
'Usage
Dim instance As ListItemFormUpdateValue
Dim value As String
value = instance.FieldValue
instance.FieldValue = value
public string FieldValue { get; set; }
Property value
Type: System.String