get_InnerText()

XmlNode::get_InnerText() method

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

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

Return Value

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

See Also