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

Gets the current xml:space scope.

[Visual Basic]
Overridable Public ReadOnly Property XmlSpace As XmlSpace
[C#]
public XmlSpace XmlSpace {override get;}
[C++]
public: __property virtual XmlSpace get_XmlSpace();
[JScript]
public function get XmlSpace() : XmlSpace;

Property Value

One of the XmlSpace values. If no xml:space scope exists, this property is None.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace