Share via


TitleBarWebPart.HeaderDescription property

Gets or sets the description that appears as a tool tip for the header.

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

Syntax

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

value = instance.HeaderDescription

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

Property value

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

Remarks

The HeaderDescription property is read/write.

See also

Reference

TitleBarWebPart class

TitleBarWebPart members

Microsoft.SharePoint.WebPartPages namespace