Microsoft.SystemCenter.MPAuthoringConsole.Template.MP.Empty.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.MPAuthoringConsole.Template.MP.Empty

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.MP.Empty.PageSet" TypeDefinitionID="Microsoft.SystemCenter.MPAuthoringConsole.Template.MP.Empty">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.MP.Empty.PageSet.PageReference1" PageID="Microsoft.SystemCenter.MPAuthoringConsole.NameDescriptionPage" Usage="CreationAndUpdate">
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
</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:element name="MpID"/>
<xsl:copy-of select="/LocaleID"/>
<xsl:copy-of select="/Name"/>
<xsl:copy-of select="/Description"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>