System::Xml::XmlEntity::set_InnerText method

XmlEntity::set_InnerText method

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

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

See Also