SPUserCodeActivationSiteInfo.ServiceInstance property
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