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; }
ReadOnly Property ValidationRegEx As String
Get
Property Value
Type:
StringA regular expression used to validate the field value. The field will be considered valid if the expression matches.
See Also