Share via


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.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual bool IsDefault { get; }

Property Value

Returns true if the current node is an attribute that was generated from the default value defined in the DTD or schema, otherwise, returns false.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace