System.Xml.XmlWriter.XmlSpace Property

When overridden in a derived class, gets an System.Xml.XmlSpace representing the current xml:space scope.

Syntax

public virtual XmlSpace XmlSpace { get; }

Value

One of the members of the System.Xml.XmlSpace enumeration, or XmlSpace.None if the white space attribute is not specified for the element.

Remarks

This allows one component to find out what state another component has left the writer in.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0