SPMobileUserField.LookupField Property
Gets the field (column) in the LookupList property in which the lookup occurs.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property LookupField As SPField
Get
'Usage
Dim value As SPField
value = Me.LookupField
protected override SPField LookupField { get; }
Property Value
Type: Microsoft.SharePoint.SPField
The field that is the lookup source.
Remarks
a null reference (Nothing in Visual Basic) is returned if the user does not have permission to see the list of users.