SPWebProvisioningProperties.Web Property
Gets the root Web site that is affected by the creation of the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Web As SPWeb
Get
Friend Set
'Usage
Dim instance As SPWebProvisioningProperties
Dim value As SPWeb
value = instance.Web
public SPWeb Web { get; internal set; }
Property Value
Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the root Web site.
See Also
Reference
SPWebProvisioningProperties Class