Share via


SPSolutionLanguagePack.JobExists Property

Checks to determine whether a timer job exists for deployment of the language pack.

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

Syntax

'Declaration
Public ReadOnly Property JobExists As Boolean
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

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

Property Value

Type: System.Boolean
Returns true if a timer job exists for the language pack; otherwise returns false.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace