get_PreserveWhitespace()

XmlDocument::get_PreserveWhitespace() method

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

bool System::Xml::XmlDocument::get_PreserveWhitespace()

Return Value

true to preserve white space; otherwise false. The default is false.

See Also