SPItemEventProperties.AfterUrl property
事件發生之後,請取得項目的 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AfterUrl As String
Get
'用途
Dim instance As SPItemEventProperties
Dim value As String
value = instance.AfterUrl
public string AfterUrl { get; }
Property value
Type: System.String
字串,包含 URL 的項目事件之後發生。