System::Xml::XmlNode::set_InnerText method

XmlNode::set_InnerText method

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

virtual void System::Xml::XmlNode::set_InnerText(String value)
ParameterTypeDescription
valueStringThe value to set.

See Also