SPMobileLookupField.LookupList Property
Gets the list from which the SPMobileLookupField looks up a value.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LookupList As SPList
Get
'Usage
Dim value As SPList
value = Me.LookupList
protected virtual SPList LookupList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
A SPList that represents the list from which SPMobileLookupField looks up values.