get_IsDefault()

XmlNodeReader::get_IsDefault() method

Returns a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema.

bool System::Xml::XmlNodeReader::get_IsDefault() override

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