get_HasAttributes()

XmlElement::get_HasAttributes() method

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

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

Return Value

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

See Also