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