Click or drag to resize

AttributeProperty Properties

The AttributeProperty type exposes the following members.

Properties
  NameDescription
Public propertyBoolFalseValue
Value to use as false when the property is a boolean. Can be null
Public propertyBoolTrueValue
Value to use as true when the property is a boolean. Can be null.
Public propertyControlType
Public propertyDataType
DataType is derrived from the attribute data object's definition property.
Public propertyMaximumLength
Maximum length as defined on the property definition.
Public propertyMinimumLength
Minimum length as defined on the property. Only applicable for Value integer properties
Public propertyName
Public propertyPropertyType
Public propertySupportsMultipleValues
Only relevant for Set and Reference properties.
Public propertySystemName
Public propertyValidationDescription
Validation description as defined on the property. Only applicable for value text properties. Can be null.
Public propertyValidationRegEx
Validation regular expression as defined on the property. Only applicable for value text properties.
Top
See Also