IXmlSchemaInfo::Validity Property

 

Gets the XmlSchemaValidity value of this validated XML node.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

property XmlSchemaValidity Validity {
	XmlSchemaValidity get();
}

Property Value

Type: System.Xml.Schema::XmlSchemaValidity

An XmlSchemaValidity value of this validated XML node.

The possible XmlSchemaValidity values for this XML node are Valid, Invalid, and NotKnown.

.NET Framework
Available since 2.0
Return to top
Show: