IXmlSchemaInfo::IsDefault Property

 

Gets a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.

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

property bool IsDefault {
	bool get();
}

Property Value

Type: System::Boolean

true if this validated XML node was set as the result of a default being applied during schema validation; otherwise, false.

The IXmlSchemaInfo property does not report document type definition (DTD) defaults

.NET Framework
Available since 2.0
Return to top
Show: