共用方式為


SPListEvent.WebUrl property

NOTE: This API is now obsolete.

取得發生事件的站台的絕對 URL。

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

Syntax

'宣告
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property WebUrl As String
    Get
'用途
Dim instance As SPListEvent
Dim value As String

value = instance.WebUrl
[ObsoleteAttribute("Use V3 style events")]
public string WebUrl { get; }

Property value

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

請參閱

參照

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace