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 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.