Table of Contents

DefaultValue element

Specifies the default value to be assigned to the parameter if it is empty after startup.

Type

string

Parent

Interprete

Examples

<Interprete>
   <RawType>other</RawType>
   <LengthType>next param</LengthType>
   <Type>string</Type>
   <DefaultValue>This is the default value</DefaultValue>
</Interprete>
Note

Default values can only be assigned to standalone parameters. They do not work for table columns.