共用方式為


SPAlert.Title property

取得或設定提醒的標題,在使用者介面中所顯示。

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

Syntax

'宣告
Public Property Title As String
    Get
    Set
'用途
Dim instance As SPAlert
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }

Property value

Type: System.String
最多 255 個字元的字串,包含標題。

請參閱

參照

SPAlert class

SPAlert members

Microsoft.SharePoint namespace