System::Xml::XmlElement::get_HasAttributes method

XmlElement::get_HasAttributes method

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

virtual bool System::Xml::XmlElement::get_HasAttributes()

ReturnValue

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

See Also