Microsoft.SystemCenter.TaskTemplates.CommandLineTask.PageSet (UIPageSet)
Element properties:
Source Code:
<UIPageSet ID="Microsoft.SystemCenter.TaskTemplates.CommandLineTask.PageSet" TypeDefinitionID="Microsoft.SystemCenter.TaskTemplates.CommandLineTask">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.TaskTemplates.CommandLineTask.PageSet.PageReference1" PageID="Microsoft.SystemCenter.TaskTemplates.TaskGeneralPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.TaskTemplates.CommandLineTask.PageSet.PageReference2" PageID="System!System.CommandWriteActionPage" Usage="CreationOnly">
<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="Configuration">
<xsl:copy-of select="/*"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>