HtmlReader.OverlappedDepth Property
The OverlappedDepth property gets the depth delta associated with the OverlappedClose and OverlappedReopen tokens.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property OverlappedDepth As Integer
Get
'Usage
Dim instance As HtmlReader
Dim value As Integer
value = instance.OverlappedDepth
public int OverlappedDepth { get; }
Property Value
Type: System.Int32
The OverlappedDepth property gets the overlapped depth.
See Also