System::Xml::XmlNode::get_InnerText method

XmlNode::get_InnerText method

Returns the concatenated values of the node and all its child nodes.

virtual String System::Xml::XmlNode::get_InnerText()

ReturnValue

The concatenated values of the node and all its child nodes.

See Also