Свойство ListItem.ParentList
Gets the parent list that contains the list item.
Пространство имен: 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 ParentList As List
Get
'Применение
Dim instance As ListItem
Dim value As List
value = instance.ParentList
public List ParentList { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.List
Returns a List.instance representing the parent list that contains the list item.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).