Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.