RelatedField.LookupList - Propriété
Gets a value that specifies the list that the related lookup field looks up to.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LookupList As List
Get
'Utilisation
Dim instance As RelatedField
Dim value As List
value = instance.LookupList
public List LookupList { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.List
Returns a List.instance representing the list that the related lookup field looks up to.
Remarques
It must not be une référence Null (Rien dans Visual Basic).