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 a Web site object representing a Web site that has been provisioned.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ProvisionedWeb As SPWeb
Get
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As SPWeb
value = instance.ProvisionedWeb
public SPWeb ProvisionedWeb { get; }
Property value
Type: Microsoft.SharePoint.SPWeb
A SPWeb object representing the Web site.
See also
Reference
SPEvaluatorModeProvisioner class