defaultValue Attribute

Applies To: Windows Server 2008

The defaultValue attribute specifies the default numerical value of the parameter. If not specified, the defaultValue attribute will be set to 1.

Syntax

defaultValue="<placeholder for unsigned decimal integer number>"

Examples

This XML fragment specifies a default spin control parameter or numeric text box parameter value of 900.

defaultValue="900"

Additional references

decimalTextBox Element