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.Header

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;

Remarks

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.

See Also

XmlReader Class | XmlReader Members | System.Xml Namespace