共用方式為


TitleBarWebPart.HeaderDescription property

取得或設定顯示為工具提示之標頭的描述。

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

Syntax

'宣告
<WebPartStorageAttribute(Storage.Shared)> _
Public Property HeaderDescription As String
    Get
    Set
'用途
Dim instance As TitleBarWebPart
Dim value As String

value = instance.HeaderDescription

instance.HeaderDescription = value
[WebPartStorageAttribute(Storage.Shared)]
public string HeaderDescription { get; set; }

Property value

Type: System.String
標題列的描述字串。預設值為空字串。

備註

HeaderDescription屬性是讀取/寫入。

請參閱

參照

TitleBarWebPart class

TitleBarWebPart members

Microsoft.SharePoint.WebPartPages namespace