SPEvaluatorModeProvisioner.ProvisionedWeb Property
Gets a Web site object representing a Web site that has been provisioned.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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