SPSolutionLanguagePack.DeploymentState property
Gets a value indicating whether the language pack 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 SPSolutionLanguagePack
Dim value As SPSolutionDeploymentState
value = instance.DeploymentState
public SPSolutionDeploymentState DeploymentState { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPSolutionDeploymentState
An SPSolutionDeploymentState value.