Property
Specifies arbitrary name/value pairs of data, where the name is a property key and the value is a string value which can be used to set internal system config properties.
Attributes Summary
name The name of the property. value The value for the property. description An optional description for this property value required An optional attribute which specifies whether this property is required to have a value. validationExpression The console or other tools may use this value to validate the contents of the value of this property.
Attribute Details
name
The name of the property.
Data type: String
Default value: unspecified
value
The value for the property.
Data type: String
Default value: unspecified
description
An optional description for this property value
Data type: String
Default value: unspecified
required
An optional attribute which specifies whether this property is required to have a value.
Data type: Boolean
Default value: false
validationExpression
The console or other tools may use this value to validate the contents of the value of this property.
Data type: String
Default value: unspecified