SPEvaluatorModeProvisioner.SiteTemplate Property
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)
Available in Sandboxed Solutions: No
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