System::Xml::XmlAttribute::get_NodeType method

XmlAttribute::get_NodeType method

Returns the type of the current node.

XmlNodeType System::Xml::XmlAttribute::get_NodeType() override

ReturnValue

The node type for XmlAttribute nodes is XmlNodeType::Attribute.

See Also