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 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