SPSolution.JobExists property

Specifies whether a timer job exists for this SPSolution.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.Boolean
A Boolean variable that specifies whether a timer job has been instantiated.

Remarks

The property returns the existence of a timer job for the language-neutral solution.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace

SPSolutionLanguagePack

Other resources

Localizing a Solution