XmlTextReader::IsDefault Property
.NET Framework (current version)
Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::BooleanThis property always returns false. (XmlTextReader does not expand default attributes.)
Note |
|---|
Starting with the .NET Framework 2.0, we recommend that you create XmlReader instances by using the XmlReader::Create method to take advantage of new functionality. |
This property applies only to attribute nodes.
.NET Framework
Available since 1.1
Available since 1.1
Show:
