SPMobileLookupField.LookupValue Property
Gets the value to look up as a string.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LookupValue As String
Get
'Usage
Dim value As String
value = Me.LookupValue
protected virtual string LookupValue { get; }
Property Value
Type: System.String
A String that represents the value that is looked up.
Remarks
This property is provided to simplify code. It returns the LookupValue of the object to which the LookupFieldValue property refers.