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!

XmlTextReader.WhitespaceHandling

Gets or sets a value specifying how whitespace is handled.

[Visual Basic]
Public Property WhitespaceHandling As WhitespaceHandling
[C#]
public WhitespaceHandling WhitespaceHandling {get; set;}
[C++]
public: __property WhitespaceHandling get_WhitespaceHandling();
public: __property void set_WhitespaceHandling(WhitespaceHandling);
[JScript]
public function get WhitespaceHandling() : WhitespaceHandling;
public function set WhitespaceHandling(WhitespaceHandling);

Property Value

One of the WhitespaceHandling values. The default is All.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace