Microsoft.SystemCenter.TaskTemplates.ScriptTask.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.TaskTemplates.ScriptTask

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.TaskTemplates.ScriptTask.PageSet" TypeDefinitionID="Microsoft.SystemCenter.TaskTemplates.ScriptTask">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.TaskTemplates.ScriptTask.PageReference1" PageID="Microsoft.SystemCenter.TaskTemplates.TaskGeneralPage" Usage="CreationOnly">
<InputParameters>
<ScriptName>MyScript</ScriptName>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.TaskTemplates.ScriptTask.PageReference2" PageID="Windows!Microsoft.Windows.ScriptPage" 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="/ID"/>
<xsl:copy-of select="/Name"/>
<xsl:copy-of select="/Description"/>
<xsl:copy-of select="/Target"/>
<xsl:copy-of select="/Category"/>
<xsl:copy-of select="/LocaleId"/>
<xsl:copy-of select="/ScriptName"/>
<xsl:copy-of select="/Arguments"/>
<xsl:copy-of select="/ScriptBody"/>
<xsl:copy-of select="/TimeoutSeconds"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>