Share via


HtmlReader.Depth Property

The Depth property gets the current nesting depth of the HTML document.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Depth As Integer
    Get
'Usage
Dim instance As HtmlReader
Dim value As Integer

value = instance.Depth
public int Depth { get; }

Property Value

Type: System.Int32
The Depth returns the current nesting depth of the HTML document.