System::Xml::XmlDocument::set_PreserveWhitespace method

XmlDocument::set_PreserveWhitespace method

Sets a value indicating whether to preserve white space in element content.

void System::Xml::XmlDocument::set_PreserveWhitespace(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also