SPSolution.DeploymentState property

Gets a value indicating whether the solution has been deployed, and if so, whether it has assemblies installed in the global assembly cache, in the application's bin directory, or both.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DeploymentState As SPSolutionDeploymentState
    Get
'Usage
Dim instance As SPSolution
Dim value As SPSolutionDeploymentState

value = instance.DeploymentState
public SPSolutionDeploymentState DeploymentState { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPSolutionDeploymentState
An SPSolutionDeploymentState value.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace