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 the site definition to use when creating the default content Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SiteTemplate As String
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String
value = instance.SiteTemplate
instance.SiteTemplate = value
public string SiteTemplate { get; set; }
Property value
Type: System.String
A string specifying the site definition that Microsoft SharePoint Foundation uses to provision the default content Web site.
See also
Reference
SPEvaluatorModeProvisioner class