set_PreserveWhitespace()

XmlDocument::set_PreserveWhitespace(bool) method

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

void System::Xml::XmlDocument::set_PreserveWhitespace(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also