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!

XmlNavigator.NodeType

Gets the type of the current node.

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

Property Value

One of the XmlNodeType values.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace