storeAsText Attribute

Applies To: Windows Server 2008

The storeAsText attribute is a Boolean value. If true, the decimal element will store the decimal value as a REG_SZ registry value; otherwise, as a REG_DWORD.

Syntax

storeAsText="<true|false>"

where

true represents a REG_SZ registry value

false represents a REG_DWORD registry value

Remarks

The storeAsText attribute is an optional attribute, false by default.

Examples

This XML fragment specifies a decimal element that will store its value in a REG_SZ registry value.

<decimal id="Sample_NumericTextLabel"

valueName="Example2NumericSpin"

maxValue="599940"

storeAsText="true" />

Additional references

decimal Element (elements)