NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.PreserveWhiteSpace

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);

Property Value

true to preserve whitespace; otherwise, false.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace