In System Center 2012 Configuration Manager, the ResourceAssembly element defines the resources that are used by the node. The following XML defines the assembly, AdminUI.CollectionProperty.dll, and the type of the resource within the assembly.

  Copy Code
<ResourceAssembly>
	<Assembly>AdminUI.CollectionProperty.dll</Assembly>
	<Type>Microsoft.ConfigurationManagement.AdminConsole.CollectionProperty.Properties.Resources.resources</Type>
</ResourceAssembly>

See Also