SPSolution.JobExists Property
Specifies whether a timer job exists for this SPSolution.
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 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
Microsoft.SharePoint.Administration Namespace
Other Resources
Localizing a Solution