Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointTimerJobSharePoint Timer Job

Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointTimerJob (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId60db2937-48fa-1725-005a-16ba020c11c7

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.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointTimerJob:
ID  string  ID true 256  False 
Name  string  Name true 256  False 
FarmID  string  Timer Job Farm ID true 256  False 
PublisherName  string  Event Sources true 256  False 
PublisherNameMonitoring  string  Event Sources for monitoring true 256  False 
Url  string  URL true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointTimerJob" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FarmID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PublisherName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PublisherNameMonitoring" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Url" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>