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

System.Xml.XmlReader.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 virtual bool IsDefault { get; }

Value

A bool where true indicates the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false indicates the attribute value was explicitly set. [Edit]

Remarks

Operation

As described above.

This property is read-only.

Note to Inheritors
This property should return false for implementations that do not support schema or DTD information.

[Edit]

Requirements

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