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.