refId Attribute

Applies To: Windows Server 2008

The refId attribute specifies a string used as a logical name. This attribute allows an element from the .admx file to refer to an element in the .adml file.

Syntax

refId="<placeholderID>"

where placeholderID is a string value.

Examples

This XML fragment identifies a logical name, Sample_ListBox_SingleColumn_Param, for a listBox element.

        <listBox refId="Sample_ListBox_SingleColumn_Param">Single Column Title</listBox>

Additional references

decimalTextBox Element

textBox Element

checkBox Element

comboBox Element

dropdownList Element

listBox Element