configParam

Allows to set configuration parameters that will be included in the element as attribute value pair.

The following input

<configParam name="foo" value="bar"/>

will give

<foo>bar</foo>

Attributes

Attribute Description Required
name Sets the Name attribute of the ConfigParameter object No.
value Sets the Value attribute of the ConfigParameter object No.