Share via


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)
Available in Sandboxed Solutions: No

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

SPUserCodeExecutionManager Members

Microsoft.SharePoint.UserCode Namespace