SPSecurityEventProperties.WebFullUrl property
取得目前的 web 事件的發生位置的完整 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property WebFullUrl As String
Get
'用途
Dim instance As SPSecurityEventProperties
Dim value As String
value = instance.WebFullUrl
public string WebFullUrl { get; }
Property value
Type: System.String
目前 web 的完整的 URL。
請參閱
參照
SPSecurityEventProperties class