Click or drag to resize
StringListValidator Properties

The StringListValidator type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreCase
If IgnoreCase is false (the default), a string will only be considered valid if it matches one of the stored values exactly, including case. Otherwise, any case (including mixed) is accepted.
Public propertyValidValues
The list of allowed values.
Top
See Also