XmlReader.IsDefault Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Booleantrue if the current node is an attribute whose value was generated from the default value defined in the DTD; false if the attribute value was explicitly set.
Show: