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.Normalization

Gets or sets a value indicating whether to do whitespace normalization as defined in the XML spec.

[Visual Basic]
Public Property Normalization As Boolean
[C#]
public bool Normalization {get; set;}
[C++]
public: __property bool get_Normalization();
public: __property void set_Normalization(bool);
[JScript]
public function get Normalization() : Boolean;
public function set Normalization(Boolean);

Property Value

true to do whitespace normalization; otherwise, false. Default is false.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace