Share via


RelatedField.LookupList Property

Gets a value that specifies the list that the related lookup field looks up to.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property LookupList As List
    Get
'Usage
Dim instance As RelatedField
Dim value As List

value = instance.LookupList
[RemoteAttribute]
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).

See Also

Reference

RelatedField Class

RelatedField Members

Microsoft.SharePoint.Client Namespace