Microsoft.SharePoint.Foundation.2010.SPTimerJobSharePoint Timer Job

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

This is a Timer Job for specific service or service application.

Element properties:

Base ClassMicrosoft.SystemCenter.InstanceGroup
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId99160b54-dcb5-5ae4-9325-6747e7099e15

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.SPTimerJob:
FarmID  string  Farm ID For SPTimerJob Farm ID of Timer Job. true 256  False 
TimerJobID  string  Timer Job ID For SPTimerJob Timer Job ID of Timer Job. true 256  False 
Title  string  Job Title For SPTimerJob Job Title of Timer Job. false 256  False 

Health Model:

Source Code:

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