DelegatingXmlReader.XmlSpace PropertyDelegatingXmlReader.XmlSpace PropertyDelegatingXmlReader::XmlSpace Property

Gets the current xml:space scope.

Syntax

Public Overrides ReadOnly Property XmlSpace As System.Xml.XmlSpace
        Get
public override System.Xml.XmlSpace XmlSpace { get; }
public:
virtual property System.Xml::XmlSpace XmlSpace {
    System.Xml::XmlSpace get();
}
 

Property Value

Type: System.Xml.XmlSpaceSystem.Xml.XmlSpaceSystem.Xml::XmlSpace

One of the XmlSpaceXmlSpaceXmlSpace values. If no xml:space scope exists, this property defaults to NoneNoneNone.