Свойство List.ParentWeb
Gets a value that specifies the site that contains the list.
Пространство имен: 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 ParentWeb As Web
Get
'Применение
Dim instance As List
Dim value As Web
value = instance.ParentWeb
public Web ParentWeb { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Web
Returns a Web instance representing the site that contains the list.