Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.Windows.2SingleEventLog2StateMonitorType

Source Code:

<UIPageSet ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet" TypeDefinitionID="Microsoft.Windows.2SingleEventLog2StateMonitorType">
<UIPageReferences>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference8" PageID="Health!System.Health.MonitorGeneralPage">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference1" PageID="Microsoft.Windows.EventLogNamePage">
<InputParameters/>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="ComputerName">
<xsl:value-of select="/FirstComputerName"/>
</xsl:element>
<xsl:element name="LogName">
<xsl:value-of select="/FirstLogName"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
<Title ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference1.Title"/>
<TabName ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference1.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference2" PageID="System!System.ExpressionBuilderPage">
<InputParameters>
<DataType>System.Event.Data</DataType>
</InputParameters>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:if test="count(/FirstExpression) &gt; 0">
<xsl:element name="Expression">
<xsl:copy-of select="/FirstExpression/*"/>
</xsl:element>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
<Title ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference2.Title"/>
<TabName ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference2.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference3" PageID="Microsoft.Windows.EventLogNamePage">
<InputParameters/>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="ComputerName">
<xsl:value-of select="/SecondComputerName"/>
</xsl:element>
<xsl:element name="LogName">
<xsl:value-of select="/SecondLogName"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
<Title ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference3.Title"/>
<TabName ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference3.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference4" PageID="System!System.ExpressionBuilderPage">
<InputParameters>
<DataType>System.Event.Data</DataType>
</InputParameters>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:if test="count(/SecondExpression) &gt; 0">
<xsl:element name="Expression">
<xsl:copy-of select="/SecondExpression/*"/>
</xsl:element>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
<Title ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference4.Title"/>
<TabName ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference4.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference5" PageID="Health!System.Health.OperationalStatesConfigPage">
<InputParameters>
<FirstEventRaised>Warning</FirstEventRaised>
<SecondEventRaised>Success</SecondEventRaised>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference6" PageID="Health!System.Health.AlertingPage">
<InputParameters>
<DataType>System.Event.Data</DataType>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference9" PageID="Health!System.Health.DiagnosticAndRecoveryPage" Usage="UpdateOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference7" PageID="Health!System.Health.ProductKnowledgePage" Usage="UpdateOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.Windows.2SingleEventLog2StateMonitorTypePageSet.Reference10" PageID="Health!System.Health.CompanyKnowledgePage" Usage="UpdateOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="FirstComputerName">
<xsl:value-of select="/ComputerName[1]"/>
</xsl:element>
<xsl:element name="FirstLogName">
<xsl:value-of select="/LogName[1]"/>
</xsl:element>
<xsl:element name="FirstExpression">
<xsl:copy-of select="/Expression[1]/*"/>
</xsl:element>
<xsl:element name="SecondComputerName">
<xsl:value-of select="/ComputerName[2]"/>
</xsl:element>
<xsl:element name="SecondLogName">
<xsl:value-of select="/LogName[2]"/>
</xsl:element>
<xsl:element name="SecondExpression">
<xsl:copy-of select="/Expression[2]/*"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>