Microsoft.SharePoint.Foundation.2010.SPTimerJobInstanceSharePoint Timer Job Instance

Microsoft.SharePoint.Foundation.2010.SPTimerJobInstance (ClassType)

This is one of the SharePoint Timer Job instance on specific machine.

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0af8a63d-a4d5-7f21-c9bf-37fce838b711

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPTimerJobInstance:
FarmID  string  Farm ID For SPTimerJobInstance Farm ID property of Timer Job host instance. true 256  False 
TimerJobID  string  Timer Job ID For SPTimerJobInstance Timer Job ID of Timer Job host instance. true 256  False 
Title  string  Job Title For SPTimerJobInstance Job Title of Timer Job host instance. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPTimerJobInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalService" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="TimerJobID" Type="string" Key="true"/>
<Property ID="Title" Type="string" Key="false"/>
</ClassType>