Microsoft.SharePoint.Library.SPTimerJobSharePoint Timer Job

Microsoft.SharePoint.Library.SPTimerJob (ClassType)

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

Element properties:

Base ClassMicrosoft.SystemCenter.InstanceGroup
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9e5d9329-4d28-55fb-19ff-1ed1d181628a

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 the object. false 4000  False 
Microsoft.SharePoint.Library.SPTimerJob:
FarmID  string  Farm ID For SPTimerJob Farm ID of Timer Job. true 256  False 
FarmName  string  Farm Name For SPTimerJob Farm Name of Timer Job. false 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.Library.SPTimerJob" Accessibility="Public" Abstract="true" Base="SCIG!Microsoft.SystemCenter.InstanceGroup" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="TimerJobID" Type="string" Key="true"/>
<Property ID="Title" Type="string" Key="false"/>
</ClassType>