RelatedField.LookupList property
Gets a value that specifies the list that the related lookup field looks up to.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LookupList As List
Get
'Usage
Dim instance As RelatedField
Dim value As List
value = instance.LookupList
public List LookupList { get; }
Property value
Type: Microsoft.SharePoint.Client.List
Returns a List.instance representing the list that the related lookup field looks up to.
Remarks
It must not be a null reference (Nothing in Visual Basic).