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