共用方式為


SPAlert.ListUrl property

取得的清單警示所套用站台相對的 URL。

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

Syntax

'宣告
Public ReadOnly Property ListUrl As String
    Get
'用途
Dim instance As SPAlert
Dim value As String

value = instance.ListUrl
public string ListUrl { get; }

Property value

Type: System.String
字串,包含 URL。

備註

如果AlertType屬性不包含List或Item, ListUrl屬性會擲回SPException

請參閱

參照

SPAlert class

SPAlert members

Microsoft.SharePoint namespace