TitleBarWebPart.HeaderTitle property

Gets or sets the title for the Title Bar Web Part.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
Public Property HeaderTitle As String
    Get
    Set
'Usage
Dim instance As TitleBarWebPart
Dim value As String

value = instance.HeaderTitle

instance.HeaderTitle = value
[WebPartStorageAttribute(Storage.Shared)]
public string HeaderTitle { get; set; }

Property value

Type: System.String
A string that represents the title for title bar. Default value is an empty string.

Remarks

The HeaderTitle property is read/write.

See also

Reference

TitleBarWebPart class

TitleBarWebPart members

Microsoft.SharePoint.WebPartPages namespace