Microsoft.Amalga.Library.ApplicationComponentAmalga Application Component

Microsoft.Amalga.Library.ApplicationComponent (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0b2ee2d5-843b-abb5-8e73-078db1fb1732

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.Amalga.Library.ApplicationComponent:
EventSourceName  string  Event Source Name false 256  False 
EventLogName  string  Event Log Name false 256  False 
ClassName  string  Class Name false 256  False 
AgentName  string  Agent Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Amalga.Library.ApplicationComponent" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="EventSourceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="EventLogName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClassName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AgentName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>