Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.