Microsoft.SystemCenter.MPAuthoringConsole.Template.Class.ComputerGroupComputer Group

Microsoft.SystemCenter.MPAuthoringConsole.Template.Class.ComputerGroup (Template)

Source Code:

<Template ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Class.ComputerGroup">
<Configuration>
<xsd:element name="ID" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Description" type="xsd:string"/>
<xsd:element name="LocaleID" type="xsd:string"/>
</Configuration>
<References>
<Reference ID="SC"/>
</References>
<Implementation>
<TypeDefinitions>
<EntityTypes>
<ClassTypes>
<ClassType ID="$TemplateConfig/ID$" Base="$Reference/SC$Microsoft.SystemCenter.ComputerGroup" Accessibility="Internal" Hosted="false" Abstract="false" Singleton="true"/>
</ClassTypes>
</EntityTypes>
</TypeDefinitions>
<LanguagePacks>
<LanguagePack ID="$TemplateConfig/LocaleID$" IsDefault="true">
<DisplayStrings>
<DisplayString ElementID="$TemplateConfig/ID$">
<Name>$TemplateConfig/Name$</Name>
<Description>$TemplateConfig/Description$</Description>
</DisplayString>
</DisplayStrings>
</LanguagePack>
</LanguagePacks>
</Implementation>
</Template>