Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the relative URL of the object that this event applies to.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ScopeUrl As String
Get
'Usage
Dim instance As SPSecurityEventProperties
Dim value As String
value = instance.ScopeUrl
public string ScopeUrl { get; }
Property value
Type: System.String
The relative URL of the object.
See also
Reference
SPSecurityEventProperties class