Click or drag to resize
SchemaValidation Properties

The SchemaValidation type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberContinueWhenValidationFails
When true, a schema validation failure will not cause an exception to be raised.
Public propertyStatic memberCode exampleLogWriter
The StreamWriter object to wich to write log information. Default value is new StreamWriter(Console.OpenStandardOutput());
Public propertyStatic memberValidationFailureEncountered
A value of true indicates that at least one schema validation error has occured.
Top
See Also