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!

XmlAttribute.NodeType

Gets the type of the current node.

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

Property Value

One of the XmlNodeType values.

See Also

XmlAttribute Class | XmlAttribute Members | System.NewXml Namespace