Gets the current xml:space scope.
[Visual Basic] MustOverride Public ReadOnly Property XmlSpace As XmlSpace [C#] public XmlSpace XmlSpace {abstract get;} [C++] public: __property virtual XmlSpace get_XmlSpace() = 0; [JScript] public abstract function get XmlSpace() : XmlSpace;
One of the XmlSpace values. If no xml:space scope exists, this property is None.
XmlReader Class | XmlReader Members | System.NewXml Namespace