MDM Object Model Reference |
IField.EffectiveMaxValue |
|
|
Property EffectiveMaxValue As Variant
Defines the maximum value permitted for responses to the question when MaxValue has not been set. EffectiveMaxValue inherits from DataMaxValue.
Remarks
If MaxValue has been set, the value of EffectiveMaxValue is the same as that of MaxValue.
The effective maximum value depends on the data type as follows:
Categorical | the total number of categories |
Text | 1024 characters |
Long | LONG_MAX |
Double | DOUBLE_MAX |
Date | 31/12/9999 |
See Also