Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.
[Visual Basic] MustOverride Public ReadOnly Property IsDefault As Boolean [C#] public bool IsDefault {abstract get;} [C++] public: __property virtual bool get_IsDefault() = 0; [JScript] public abstract function get IsDefault() : Boolean;
true if the the current node is an attribute whose value was generated from the default value defined in the DTD or schema.
false if the attribute's value was explicitly specified in the XML stream.
This property applies only to an attribute node.
XmlReader Class | XmlReader Members | System.NewXml Namespace