共用方式為


WebPartZone.HeaderText property

取得或設定區域頁首區的文字。

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

Syntax

'宣告
Public Overrides Property HeaderText As String
    Get
    Set
'用途
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
區域頁首文字。預設值為空字串 ("")。

請參閱

參照

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace