| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Results As ValidationResultsCollection | |
| C# | |
|---|---|
public ValidationResultsCollection Results {get;} | |
In the case where a validation operating involved more than one control, the Results collection will contain more than one member. The number of members in the Results collection is always equal to the number of controls that were validated; by contrast, the Errors collection only contains a member for each each failed validation.