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!

XmlReader.Depth

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;

Property Value

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

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace