StringValidationRule Properties

The StringValidationRule type exposes the following members.

Properties
  NameDescription
Public propertyIsEmptyStringValid
Gets a value indicating whether empty strings are valid.
Public propertyMatchingPattern
Gets a regular expression to match the value against.
Public propertyMaxLength
Gets the maximum allowed length of the value.
Public propertyPatternDescription
Gets some text describing the validation pattern in friendly language.
Top
See Also