XmlParserContext.XmlSpace Property

Definition

Gets or sets the current xml:space scope.

public:
 property System::Xml::XmlSpace XmlSpace { System::Xml::XmlSpace get(); void set(System::Xml::XmlSpace value); };
public System.Xml.XmlSpace XmlSpace { get; set; }
member this.XmlSpace : System.Xml.XmlSpace with get, set
Public Property XmlSpace As XmlSpace

Property Value

An XmlSpace value indicating the xml:space scope.

Applies to