featurePropertiescompatibility_NoServerMaxLenValidation Property |
Set this to disable server-side mapper field validation of string length per the field's MaxLength property. Provided for backward compatibility only.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool compatibility_NoServerMaxLenValidation { get; }
ReadOnly Property compatibility_NoServerMaxLenValidation As Boolean
Get
Property Value
Type:
BooleanSet this to disable server-side mapper field validation of string length per the field's MaxLength property. Provided for backward compatibility only.
See Also