Свойство RelatedField.LookupList
Gets a value that specifies the list that the related lookup field looks up to.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property LookupList As List
Get
'Применение
Dim instance As RelatedField
Dim value As List
value = instance.LookupList
public List LookupList { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.List
Returns a List.instance representing the list that the related lookup field looks up to.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).