DelegatingXmlReader.Depth PropertyDelegatingXmlReader.Depth PropertyDelegatingXmlReader::Depth Property

Gets the depth of the current node in the XML document.

Syntax

Public Overrides ReadOnly Property Depth As Integer
        Get
public override int Depth { get; }
public:
virtual property int Depth {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The depth of the current node in the XML document.