set_InnerText()

XmlNode::set_InnerText(String) method

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

virtual void System::Xml::XmlNode::set_InnerText(String value)

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also