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)
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 ("").