Gets the depth of the current node in the XML element stack.
[Visual Basic] MustOverride Public ReadOnly Property Depth As Integer [C#] public int Depth {abstract get;} [C++] public: __property virtual int get_Depth() = 0; [JScript] public abstract function get Depth() : int;
The depth of the current node in the XML element stack.
XmlReader Class | XmlReader Members | System.NewXml Namespace