SPUserSolution Class
Represents a sandboxed solution in the site collection's Solutions Gallery.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPUserSolution
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPUserSolution _
Implements IDisposable
'Usage
Dim instance As SPUserSolution
[SubsetCallableTypeAttribute]
public sealed class SPUserSolution : IDisposable
Remarks
This class represents a solution that has been uploaded at the site collection scope and runs in a sandbox.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.