Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType.PageSet" TypeDefinitionID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType.PageSet.Reference1" PageID="Microsoft.SystemCenter.MPAuthoringConsole.HealthNameWithParentMonitorPage" Usage="CreationAndUpdate"/>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType.PageSet.Reference2" PageID="AppLog!System.ApplicationLogDataSourcePage" Usage="CreationAndUpdate">
<InputParameters>
<ShowLogFilePattern>true</ShowLogFilePattern>
<ShowLogFileType>false</ShowLogFileType>
<ShowLogFileUTF8>true</ShowLogFileUTF8>
<ShowLogFileSeparator>true</ShowLogFileSeparator>
</InputParameters>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType.PageSet.Reference3" PageID="System!System.ExpressionBuilderPage" Usage="CreationAndUpdate">
<InputParameters>
<DataType>System.ApplicationLog.GenericLogEntryData</DataType>
</InputParameters>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.GenericCSVText.SingleEventTimer2StateMonitorType.PageSet.Reference4" PageID="System!System.TimerConditionPage" Usage="CreationAndUpdate">
<Title ID="Title"/>
</UIPageReference>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Configuration">
<xsl:copy-of select="/ID"/>
<xsl:copy-of select="/Name"/>
<xsl:copy-of select="/Description"/>
<xsl:copy-of select="/Target"/>
<xsl:copy-of select="/ParentMonitor"/>
<xsl:copy-of select="/Category"/>
<xsl:copy-of select="/LocaleID"/>
<xsl:element name="LogFileDirectory">
<xsl:value-of select="/LogFileDirectory[1]"/>
</xsl:element>
<xsl:element name="LogFilePattern">
<xsl:value-of select="/LogFilePattern[1]"/>
</xsl:element>
<xsl:element name="LogIsUTF8">
<xsl:value-of select="/LogIsUTF8[1]"/>
</xsl:element>
<xsl:element name="Separator">
<xsl:value-of select="/Separator[1]"/>
</xsl:element>
<xsl:copy-of select="/Expression"/>
<xsl:copy-of select="/TimerWaitInSeconds"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>