Microsoft.SystemCenter.CM.AEM.ApplicationApplication

Microsoft.SystemCenter.CM.AEM.Application (ClassType)

An application that reported errors

Element properties:

Base ClassMicrosoft.SystemCenter.CM.AEM.AEMEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId53e3b4ae-cb00-b9a1-77f5-d73616a8e8e1

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.SystemCenter.CM.AEM.Application:
ApplicationName  string  Application Name Name of the Application that has reported errors true 256  False 
ApplicationVersion  string  Application Version Version of Application that has reported errors true 256  False 
CompanyName  string  Company Name User Friendly Company Name, if available false 256  False 
FriendlyAppName  string  Friendly Application Name User Friendly Application Name, if available false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.CM.AEM.Application" Accessibility="Public" Base="Microsoft.SystemCenter.CM.AEM.AEMEntity" Hosted="false" Abstract="false">
<Property ID="ApplicationName" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<Property ID="ApplicationVersion" Type="string" Key="true" CaseSensitive="false" MinLength="0"/>
<Property ID="CompanyName" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="FriendlyAppName" Type="string" Key="false" CaseSensitive="false"/>
</ClassType>