SPFieldUserValue.LookupValue Property
Gets the value of the user field as a string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Overrides ReadOnly Property LookupValue As String
Get
'Usage
Dim instance As SPFieldUserValue
Dim value As String
value = instance.LookupValue
[ClientCallableAttribute]
public override string LookupValue { get; }
Property Value
Type: System.String
A string that contains the value of the lookup field.