SPUserSolutionStatus enumeration
Describes the current state of a user solution.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPUserSolutionStatus
'Usage
Dim instance As SPUserSolutionStatus
public enum SPUserSolutionStatus
Members
Member name | Description | |
---|---|---|
Deactivated | The user solution has been deactivated. A user with appropriate rights can activate it. | |
Activated | The user solution has been activated. A user with appropriate rights can deactivate it. | |
Disabled | The user solution has been disabled. It cannot be activated while it is in this state. | |
Installing |