get_HasAttributes()

XmlNodeReader::get_HasAttributes() method

Returns a value indicating whether the current node has any attributes.

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

Return Value

true if the current node has attributes; otherwise, false.

See Also