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!

XmlTextReader.Depth

Gets the depth of the current node in the XML element stack.

[Visual Basic]
Overridable Public ReadOnly Property Depth As Integer
[C#]
public int Depth {override get;}
[C++]
public: __property virtual int get_Depth();
[JScript]
public function get Depth() : int;

Property Value

The depth of the current node in the XML element stack.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace