SPSolution.Deployed Property

Returns a value indicating whether the solution is deployed to one or more web applications in the farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Deployed As Boolean
    Get
'Usage
Dim instance As SPSolution
Dim value As Boolean

value = instance.Deployed
public bool Deployed { get; }

Property Value

Type: System.Boolean
true if the solution is deployed to one or more web applications; otherwise, false.

Remarks

To determine whether a language pack is deployed, use SPSolutionLanguagePack.Deployed.

See Also

Reference

SPSolution Class

SPSolution Members

Microsoft.SharePoint.Administration Namespace