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
ElementIdb9732b01-563a-72c2-b242-6bf31a1db088

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
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>