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