| SchemaValidation Properties |
The SchemaValidation type exposes the following members.
| Name | Description | |
|---|---|---|
| ContinueWhenValidationFails |
When true, a schema validation failure will not cause an exception to be raised.
| |
| LogWriter |
The StreamWriter object to wich to write log information.
Default value is new StreamWriter(Console.OpenStandardOutput());
| |
| ValidationFailureEncountered |
A value of true indicates that at least one schema validation error has occured.
|