FieldUserValue.LookupValue Property
Gets a description of the user that the value of a lookup field for a list item 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 FieldUserValue
Dim value As String
value = instance.LookupValue
[RemoteAttribute]
public string LookupValue { get; }
Property Value
Type: System.String
Returns a String instance representing the user that the value of a lookup field for a list item is referring to.