set_InnerXml()

XmlEntity::set_InnerXml(String) method

Sets the markup representing the children of this node.

void System::Xml::XmlEntity::set_InnerXml(String value) override

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also