Свойство Web.ParentWeb
Gets the parent website of the specified website.
Пространство имен: 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 WebInformation
Get
'Применение
Dim instance As Web
Dim value As WebInformation
value = instance.ParentWeb
public WebInformation ParentWeb { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.WebInformation
A Web object that represents the parent website.