ValidationErrors
A collection of XML validation errors.
ValidationErrors Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of ValidationErrors. |
| Item |
Object |
read |
Returns the ValidationError with the specified index or name as Long or String. |
ValidationErrors Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any ValidationError. |
| FirstItem |
Object |
Returns the first ValidationError. |
| ItemByRange |
Objects |
Returns the ValidationErrors within the specified range. |
| LastItem |
Object |
Returns the last ValidationError. |
| MiddleItem |
Object |
Returns the middle ValidationError. |
| NextItem |
Object |
Returns the next ValidationError. |
| PreviousItem |
Object |
Returns the previous ValidationError. |