System.Xml.XmlReaderSettings.Schemas Property

Gets or sets the System.Xml.Schema.XmlSchemaSet to use when performing schema validation.

Syntax

public System.Xml.Schema.XmlSchemaSet Schemas { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Xml.Schema.XmlSchemaSet class only supports XML Schema definition language (XSD) schemas. System.Xml.XmlReader instances created by the erload:System.Xml.XmlReader.Create method cannot be configured to enable XML-Data Reduced (XDR) schema validation.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0