Click or drag to resize

FieldPropertiesValidationRegEx Property

A regular expression used to validate the field value. The field will be considered valid if the expression matches.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string ValidationRegEx { get; }

Property Value

Type: String
A regular expression used to validate the field value. The field will be considered valid if the expression matches.
See Also