Web.ParentWeb - Propriété
Gets the parent website of the specified website.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentWeb As WebInformation
Get
'Utilisation
Dim instance As Web
Dim value As WebInformation
value = instance.ParentWeb
public WebInformation ParentWeb { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.WebInformation
A Web object that represents the parent website.