FieldLookupValue.LookupValue Property
Gets a summary of the list item that this instance of the lookup field is referring to.
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 LookupValue As String
Get
'Usage
Dim instance As FieldLookupValue
Dim value As String
value = instance.LookupValue
[RemoteAttribute]
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.