get_IsDefault()

XmlReader::get_IsDefault() method

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 or schema.

virtual bool System::Xml::XmlReader::get_IsDefault()

Return Value

true if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false if the attribute value was explicitly set.

See Also