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.
Provisions the user code (sandboxed solution) service on the local computer.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Provision
'Usage
Dim instance As SPUserCodeServiceInstance
instance.Provision()
public override void Provision()
Remarks
This override simply calls the base implementation.
See Also
Reference
SPUserCodeServiceInstance Class