| StringListValidator Properties |
The StringListValidator type exposes the following members.
| Name | Description | |
|---|---|---|
| IgnoreCase |
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.
| |
| ValidValues |
The list of allowed values.
|