WebPartZone.HeaderText Property

Gets or sets the text for the header area of the zone.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides Property HeaderText As String
    Get
    Set
'Usage
Dim instance As WebPartZone
Dim value As String

value = instance.HeaderText

instance.HeaderText = value
public override string HeaderText { get; set; }

Property Value

Type: System.String
The header text for the zone. The default is an empty string ("").

See Also

Reference

WebPartZone Class

WebPartZone Members

Microsoft.SharePoint.WebPartPages Namespace