The XML header of the document being read.
[Visual Basic] Public ReadOnly Property Header As XmlHeader [C#] public XmlHeader Header {get;} [C++] public: __property XmlHeader* get_Header(); [JScript] public function get Header() : XmlHeader;
This property is null if no XML header has been read. Otherwise, the property is a reference to an XmlHeader node through which the contents of the header can be examined.