Properties and methods of the IValidationRules interface are used to work with a collection of validation rules.
| Property name | Brief description | |
| The Count property returns the number of rules in a collection. | ||
| The Item property returns a rule from the collection based on its index. |
| Method name | Brief description | |
| The FindByKey method finds a rule in the collection by its key. | ||
| The MoveTo method moves a rule within the collection. |
See also: