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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
Public Overridable Property LookupValue As String
Get
Protected Set
'Usage
Dim instance As SPFieldLookupValue
Dim value As String
value = instance.LookupValue
instance.LookupValue = value
[ClientCallablePropertyAttribute(SetProperty = false)]
public virtual string LookupValue { get; protected set; }
Property Value
Type: System.String
A string that contains the value of the lookup field.