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!

XmlReader.XmlSpace

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;

Property Value

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

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace