This type is a class for model objects.
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 configuration properties.
Package: properties| Attributes Summary | |
| name : EString | The name of the property. |
| value : EString | The value for the property. |
| description : EString | An optional description for this property value |
| required : EBoolean | An optional attribute which specifies whether this property is required to have a value. |
| validationExpression : EString | The console or other tools may use this value to validate the contents of the value of this property. |
| Attribute Details |