WebPartZone.HeaderText 属性

获取或设置页眉区域的区域的文本。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.String
区域的标题文本。默认值为空字符串 ("")。

另请参阅

引用

WebPartZone 类

WebPartZone 成员

Microsoft.SharePoint.WebPartPages 命名空间