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