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 or sets the name of a Web site that hosts the new site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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