SPSiteAdministration.RootWebProvisioned property
Gets the value that represents the provisioned status of the top-level site in the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RootWebProvisioned As Boolean
Get
'Usage
Dim instance As SPSiteAdministration
Dim value As Boolean
value = instance.RootWebProvisioned
public bool RootWebProvisioned { get; }
Property value
Type: System.Boolean
true if the provisioned status of the top-level site in the collection is true; otherwise, false.