DTC Health

Microsoft.Windows.AppServer.Library.DTC.HealthDashboard.Dashboard.View (View)

This Dashboard View displays Alerts and State information for the DTC Managed Entity.

Element properties:

TargetSystem.Entity
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.AppServer.Library.DTC.HealthDashboard.Dashboard.View" Accessibility="Public" Enabled="true" Target="System!System.Entity" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="1" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.AppServer.Library.DTC.State.View"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.AppServer.Library.DTC.Alerts.View"/>
</PanelConfiguration>
</View>