Share via


SPEvaluatorModeProvisioner.SiteTitle Property

Gets or sets the title 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 SiteTitle As String
    Get
    Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String

value = instance.SiteTitle

instance.SiteTitle = value
public string SiteTitle { get; set; }

Property Value

Type: System.String
A string that specifies the title of the content Web site.

Remarks

The SiteTitle property contains the name of the Web site as displayed in the user interface.

See Also

Reference

SPEvaluatorModeProvisioner Class

SPEvaluatorModeProvisioner Members

Microsoft.SharePoint Namespace