SPFieldUserValue.LookupValue property
Gets the value of the user field as a string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property LookupValue As String
Get
'Usage
Dim instance As SPFieldUserValue
Dim value As String
value = instance.LookupValue
public override string LookupValue { get; }
Property value
Type: System.String
A string that contains the value of the lookup field.