prefix Attribute

Applies To: Windows Server 2008

The prefix attribute specifies the logical name that refers to the namespace within the current or referenced ADMX file.

Syntax

prefix="<placeholder for logical or friendly name>"

Remarks

The prefix attribute must be unique within this ADMX file. It is a good idea to keep this name unique to all ADMX files to avoid confusion. One method for naming the logical name is to use the ADMX file name as the logical name; for example, use example1 as the prefix in the example1.ADMX file.

Examples

This XML fragment displays an example of a prefix attribute.

prefix="example1"

Additional references

target Element

using Element