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 event execution scope data of the current thread.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As SPEventExecutionScopeData
Get
'Usage
Dim value As SPEventExecutionScopeData
value = SPEventExecutionScopeData.Current
public static SPEventExecutionScopeData Current { get; }
Property value
Type: Microsoft.SharePoint.SPEventExecutionScopeData
The event execution scope data.
See also
Reference
SPEventExecutionScopeData class