SPMobileLookupField.LookupFieldValue Property
Gets the lookup value as a special class that holds both a field ID and the lookup value as a String.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LookupFieldValue As Object
Get
'Usage
Dim value As Object
value = Me.LookupFieldValue
protected virtual Object LookupFieldValue { get; }
Property Value
Type: System.Object
A SPFieldLookupValue that represents the lookup value and the ID of the lookup field.