Microsoft.Exchange2007.TemplatePageSet.CASMicrosoft.Exchange2007.TemplatePageSet.CAS (UIPageSet)

Element properties:

Type DefinitionMicrosoft.Exchange2007.Template.CasTX

Source Code:

<UIPageSet ID="Microsoft.Exchange2007.TemplatePageSet.CAS" TypeDefinitionID="Microsoft.Exchange2007.Template.CasTX">
<UIPageReferences>
<UIPageReference ID="Microsoft.Exchange2007.TemplatePageSet.CAS.GeneralPage" PageID="Microsoft.Exchange2007.CAS.GeneralPage" Usage="CreationAndUpdate">
<InputTransform>
<xsl:stylesheet version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Name">
<xsl:value-of select="//Name"/>
</xsl:element>
<xsl:element name="Description">
<xsl:value-of select="//Description"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
<Title ID="Microsoft.Exchange2007.TemplatePageSet.CAS.GeneralPage.Title"/>
<SubTitle ID="Microsoft.Exchange2007.TemplatePageSet.CAS.GeneralPage.SubTitle"/>
<TabName ID="Microsoft.Exchange2007.TemplatePageSet.CAS.GeneralPage.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SourceServerPage" PageID="Microsoft.Exchange2007.CAS.SourceServerPage" Usage="CreationAndUpdate">
<Title ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SourceServerPage.Title"/>
<SubTitle ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SourceServerPage.SubTitle"/>
<TabName ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SourceServerPage.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TestSettingsPage" PageID="Microsoft.Exchange2007.CAS.TestSettingsPage" Usage="CreationAndUpdate">
<Title ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TestSettingsPage.Title"/>
<SubTitle ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TestSettingsPage.SubTitle"/>
<TabName ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TestSettingsPage.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TargetServersPage" PageID="Microsoft.Exchange2007.CAS.TargetServersPage" Usage="CreationAndUpdate">
<Title ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TargetServersPage.Title"/>
<SubTitle ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TargetServersPage.SubTitle"/>
<TabName ID="Microsoft.Exchange2007.TemplatePageSet.CAS.TargetServersPage.TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SummaryPage" PageID="Microsoft.Exchange2007.CAS.SummaryPage" Usage="CreationOnly">
<Title ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SummaryPage.Title"/>
<SubTitle ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SummaryPage.SubTitle"/>
<TabName ID="Microsoft.Exchange2007.TemplatePageSet.CAS.SummaryPage.TabName"/>
</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="/Name"/>
<xsl:copy-of select="/Description"/>
<xsl:copy-of select="/SourceServerInstanceGuid"/>
<xsl:copy-of select="/SourceServerDnsName"/>
<xsl:copy-of select="/TargetGuids"/>
<xsl:copy-of select="/TargetServers"/>
<xsl:copy-of select="/TemplateIdString"/>
<xsl:copy-of select="/IntervalSeconds"/>
<xsl:copy-of select="/RegularTimeout"/>
<xsl:copy-of select="/DoubledTimeout"/>
<xsl:copy-of select="/TimeoutSeconds"/>
<xsl:copy-of select="/IsActiveSync"/>
<xsl:copy-of select="/IsImap"/>
<xsl:copy-of select="/IsOwaExternal"/>
<xsl:copy-of select="/IsOwaInternal"/>
<xsl:copy-of select="/IsPop"/>
<xsl:copy-of select="/IsWebServices"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>