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