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!

DocumentReader.NodeType

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property NodeType As XmlNodeType
[C#]
public XmlNodeType NodeType {virtual get;}
[C++]
public: __property virtual XmlNodeType get_NodeType();
[JScript]
public function get NodeType() : XmlNodeType;

See Also

DocumentReader Class | DocumentReader Members | System.Data.XML Namespace