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)
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.

See Also

Reference

SPSiteAdministration Class

SPSiteAdministration Members

Microsoft.SharePoint.Administration Namespace