Click or drag to resize

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; }

Property Value

Type: Boolean
Set this to disable server-side mapper field validation of string length per the field's MaxLength property. Provided for backward compatibility only.
See Also