FieldLookupValue.LookupValue property
Gets a summary of the list item that this instance of the lookup field is referring to.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LookupValue As String
Get
'Usage
Dim instance As FieldLookupValue
Dim value As String
value = instance.LookupValue
public string LookupValue { get; }
Property value
Type: System.String
Returns a String instance representing a summary of the list item that this instance of the lookup field is referring to.