The <property> Element

The <property> element is used to specify properties for many of the other elements. The documentation page for each element that supports the property element lists the different values that are valid. This element can also be used to pass properties to any custom code generators that you implement.

Required Attributes

Attribute Description
name The name of the property (case sensitive).
value The value of the property (typically case insensitive).

Optional Attributes

None

Child Elements

None