SPFieldLookupValue.LookupValue property
Gets the value of the lookup field as a string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property LookupValue As String
Get
Protected Set
'Usage
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.