SPSecurityEventProperties.ScopeUrl property
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