AttributeProperty Properties |
The AttributeProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| BoolFalseValue |
Value to use as false when the property is a boolean.
Can be null
| |
| BoolTrueValue |
Value to use as true when the property is a boolean.
Can be null.
| |
| ControlType | ||
| DataType |
DataType is derrived from the attribute data object's definition property.
| |
| MaximumLength |
Maximum length as defined on the property definition.
| |
| MinimumLength |
Minimum length as defined on the property.
Only applicable for Value integer properties
| |
| Name | ||
| PropertyType | ||
| SupportsMultipleValues |
Only relevant for Set and Reference properties.
| |
| SystemName | ||
| ValidationDescription |
Validation description as defined on the property.
Only applicable for value text properties.
Can be null.
| |
| ValidationRegEx |
Validation regular expression as defined on the property.
Only applicable for value text properties.
|