Microsoft.Windows.ScriptWriteActionPageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.Windows.ScriptWriteAction

Source Code:

<UIPageSet ID="Microsoft.Windows.ScriptWriteActionPageSet" TypeDefinitionID="Microsoft.Windows.ScriptWriteAction">
<UIPageReferences>
<UIPageReference ID="Microsoft.Windows.ScriptWriteActionPageSet.PageReference1" PageID="Microsoft.Windows.ScriptPage">
<InputParameters/>
<InputTransform/>
<Title ID="Microsoft.Windows.ScriptWriteActionPageSet.PageReference1.Title"/>
<TabName ID="Microsoft.Windows.ScriptWriteActionPageSet.PageReference1.TabName"/>
</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:copy-of select="/ScriptName"/>
<xsl:copy-of select="/Arguments"/>
<xsl:copy-of select="/ScriptBody"/>
<xsl:copy-of select="/TimeoutSeconds"/>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>