System::Xml::XmlCharacterData::set_InnerText method

XmlCharacterData::set_InnerText method

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

void System::Xml::XmlCharacterData::set_InnerText(String value) override
ParameterTypeDescription
valueStringThe value to set.

See Also