set_InnerText()

XmlElement::set_InnerText(String) method

Sets the concatenated values of the node and all its children.

void System::Xml::XmlElement::set_InnerText(String value) override

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also