SPTitleBreadcrumb.WelcomePageUsesWebTitle property

Specify whether the welcome page (i.e. homepage) of the SPWeb should have the SPWeb's title instead of the page's title.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property WelcomePageUsesWebTitle As Boolean
    Get
    Set
'Usage
Dim instance As SPTitleBreadcrumb
Dim value As Boolean

value = instance.WelcomePageUsesWebTitle

instance.WelcomePageUsesWebTitle = value
public bool WelcomePageUsesWebTitle { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPTitleBreadcrumb class

SPTitleBreadcrumb members

Microsoft.SharePoint.WebControls namespace