Site.RootWeb - Propriété
Gets a value that returns the top-level site of the site collection.
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 RootWeb As Web
Get
'Utilisation
Dim instance As Site
Dim value As Web
value = instance.RootWeb
public Web RootWeb { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Web
Returns a Web instance representing the top-level site of the site collection.