Gets or sets a value indicating whether to preserve whitespace.
[Visual Basic] Public Property PreserveWhiteSpace As Boolean [C#] public bool PreserveWhiteSpace {get; set;} [C++] public: __property bool get_PreserveWhiteSpace(); public: __property void set_PreserveWhiteSpace(bool); [JScript] public function get PreserveWhiteSpace() : Boolean; public function set PreserveWhiteSpace(Boolean);
true to preserve whitespace; otherwise, false.
XmlDocument Class | XmlDocument Members | System.NewXml Namespace