Web.ParentWeb propriedade
Obtém o site pai do site especificado.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentWeb As WebInformation
Get
'Uso
Dim instance As Web
Dim value As WebInformation
value = instance.ParentWeb
public WebInformation ParentWeb { get; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.WebInformation
Um objeto de Web que representa o site pai.