IAdmRegexpConstraint
The IAdmRegexpConstraint interface represents the Must match regexp constraint for property pattern entries.
Inheritance: IAdmPropertyPatternConstraint
Properties
-
Property
-
Description
-
CustomErrorMessage
-
Gets or sets a custom error message that will be displayed when a property value does not match the regular expression.
-
RegularExpression
-
Gets or sets a regular expression that a property value must match.
Details
CustomErrorMessage
Gets or sets a custom error message that will be displayed when a property value does not match the regular expression.
- Type:
- string
- Access:
- Read/Write
RegularExpression
Gets or sets a regular expression that a property value must match.
- Type:
- string
- Access:
- Read/Write
Requirements
Minimum required version: 2009.1