Microsoft.Exchange.2010.ComponentComponent

Microsoft.Exchange.2010.Component (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2d474648-73cd-8713-f692-c6376b423d26

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.Exchange.2010.Component:
ComponentName  string  Component Name true 256  False 
InstanceName  string  Instance Name false 256  False 
SuppressAlert  bool  Suppress Alert false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.2010.Component" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="ComponentName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="InstanceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="1"/>
<!-- If true, correlation engine will not raise alert for this entity. -->
<!-- In the future, we might want to expose this in the HealthManifest schema; -->
<!-- but for now, we will only set this property to true for a few selected classes during entity discovery. -->
<Property ID="SuppressAlert" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>