SPFieldLookupValue.LookupValue Property

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.

See Also

Reference

SPFieldLookupValue Class

SPFieldLookupValue Members

Microsoft.SharePoint Namespace