SPListEventProperties.WebUrl property

Gets the URL of the Web site in which the event occurred.

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

Syntax

'Declaration
Public ReadOnly Property WebUrl As String
    Get
'Usage
Dim instance As SPListEventProperties
Dim value As String

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

Property value

Type: System.String
A string that contains the URL of the Web site.

See also

Reference

SPListEventProperties class

SPListEventProperties members

Microsoft.SharePoint namespace