Share via


SPEventExecutionScopeData.Current property

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

SPEventExecutionScopeData members

Microsoft.SharePoint namespace