Share via


SPSolutionLanguagePack.Deployed Property

Returns a value indicating whether the language pack is deployed to one or more web applications in the farm, or globally.

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 SPSolutionLanguagePack
Dim value As Boolean

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

Property Value

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

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace