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
- Enum XmlNodeType
 - Class XmlAttribute
 - Namespace System::Xml
 - Library Aspose.Page for C++