get_NodeType()

XmlAttribute::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also