Microsoft.Exchange2007.SyntheticsExchange 2007 Synthetic Transaction

Microsoft.Exchange2007.Synthetics (ClassType)

This abstract class represents Exchange 2007 Synthetic Transactions.

Element properties:

Base ClassSystem.Perspective
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId50c69b69-4e69-2cbe-b9ea-91b630c0b8d1

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.Exchange2007.Synthetics:
SourceServer  string  Source Server FQDN of the source server true 256  False 
TargetServer  string  Target Target of the Synthetic Transaction true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange2007.Synthetics" Accessibility="Public" Abstract="true" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="SourceServer" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TargetServer" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>