get_NodeType()

XmlCDataSection::get_NodeType() method

Returns the type of the current node.

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

Return Value

The node type. For CDATA nodes, the value is XmlNodeType::CDATA.

See Also