DefaultValue element
Contains a default value for the parameter. If blank, the default value is the default value for the parameter's data type.
Usage
<DefaultValue>
text
</DefaultValue>
Attributes
There are no attributes.
Text value
The default value for the parameter. If blank, the default value is the default value for the parameter's data type. AXE uses the CLR rules to determine missing default values. For example, the default value for integral and floating point types is zero, for Boolean values it is false, for strings it is the empty string.
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
ParameterDefinition |
Information that fully describes an assessment parameter. |
Element information
Can be empty | Yes |