SPUserSolutionCollection.Remove method
Removes a solution from the collection and deactivates its features.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
solution As SPUserSolution _
)
'Usage
Dim instance As SPUserSolutionCollection
Dim solution As SPUserSolution
instance.Remove(solution)
public void Remove(
SPUserSolution solution
)
Parameters
solution
Type: Microsoft.SharePoint.SPUserSolutionThe sandboxed solution to remove.
See also
Reference
SPUserSolutionCollection class