Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.