SPWeb.Provisioned Property

Gets a Boolean value that indicates whether the website has been provisioned.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property Provisioned As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.Provisioned
public bool Provisioned { get; internal set; }

Property Value

Type: System.Boolean
true if the website has been provisioned; otherwise, false.

Remarks

website creation involves two steps: first you must create the website object, and then you must provision the new website through a site definition or template.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace