ValidationErrors
A collection of XML validation errors.
ValidationErrors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the validation error with the specified index or name. |
| length |
Long |
read |
The number of validation errors in the collection. |
ValidationErrors Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any validation error. |
| firstItem |
Object |
Returns the first validation error. |
| itemByRange |
Objects |
Returns the validation errors within the specified range. |
| lastItem |
Object |
Returns the last validation error. |
| middleItem |
Object |
Returns the middle validation error. |
| nextItem |
Object |
Returns the next validation error. |
| previousItem |
Object |
Returns the previous validation error. |