Mono Class Library: System.Xml.XmlTextReader Overview | Members

System.Xml.XmlTextReader.IsDefault Property

Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. [Edit]

public override bool IsDefault { get; }

Value

This property always returns the bool value false. [Edit]

Remarks

This property is read-only.

This property applies only to attribute nodes.

Note:

System.Xml.XmlTextReader does not expand default attributes.

This property overrides XmlReader.IsDefault.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0