presentation Attribute
Applies To: Windows Server 2008
The presentation attribute, defined in the .admx file, is a presentation value referenced in the .adml file representing the localized portions of a policy setting parameter.
Syntax
presentation="$(presentation.<placeholderTextID>)"
where
placeholderTextID is the unique name for the localized portions of a policy setting parameter as defined in the .adml presentationTable element.
Remarks
For example, a check box parameter will need a localized label for the check box in the policy setting display. The presentation attribute will provide a reference to the correct localized text for the check box label.
The XML notation $(presentation.<placeholderTextID>) indicates an external reference to the related .adml file with reference to the presentation elements for the placeholderTextID.
Examples
This XML fragment displays an example of the presentation attribute referencing a presentation element for the localized portions of a check box parameter.
presentation="$(presentation.Sample_Checkbox)"