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 user code service instance on which the sandboxed solution request should be executed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceInstance As SPUserCodeServiceInstance
Get
'Usage
Dim instance As SPUserCodeActivationSiteInfo
Dim value As SPUserCodeServiceInstance
value = instance.ServiceInstance
public SPUserCodeServiceInstance ServiceInstance { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPUserCodeServiceInstance
The sandboxed solution service instance on which the sandboxed solution request should be executed.
See also
Reference
SPUserCodeActivationSiteInfo class