The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSchemaValidity Enumeration
.NET Framework (current version)
Represents the validity of an XML item validated by the XmlSchemaValidator class.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| Invalid | The XML item is invalid. | |
| NotKnown | The validity of the XML item is not known. | |
| Valid | The XML item is valid. |
.NET Framework
Available since 2.0
Available since 2.0
Show: