SPFieldLookupValue.LookupValue Property
Gets the value of the lookup field as a string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Overridable Property LookupValue As String
Get
Protected Set
Dim instance As SPFieldLookupValue
Dim value As String
value = instance.LookupValue
instance.LookupValue = value
public virtual string LookupValue { get; protected set; }
Property Value
Type: System.String
A string that contains the value of the lookup field.