SPUserCodeExecutionManager.Current property
Gets the single SPUserCodeExecutionManager instance which is to be used for this process.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As SPUserCodeExecutionManager
Get
'Usage
Dim value As SPUserCodeExecutionManager
value = SPUserCodeExecutionManager.Current
public static SPUserCodeExecutionManager Current { get; }
Property value
Type: Microsoft.SharePoint.UserCode.SPUserCodeExecutionManager
The SPUserCodeExecutionManager object that represents the access point for sending requests to the user code service.
See also
Reference
SPUserCodeExecutionManager class