SPEvaluatorModeProvisioner.WebSiteName Property
Gets or sets the name of a Web site that hosts the new site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property WebSiteName As String
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String
value = instance.WebSiteName
instance.WebSiteName = value
public string WebSiteName { get; set; }
Property Value
Type: System.String
A string that specifies the name of a Web site.
Remarks
If you do not set the WebSiteName property, Microsoft SharePoint Foundation implements a default name for the Web site.
See Also
Reference
SPEvaluatorModeProvisioner Class