ResultTable.Depth Property
Gets a value indicating the depth of nesting for the current row.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Depth As Integer
Get
'Usage
Dim instance As ResultTable
Dim value As Integer
value = instance.Depth
public int Depth { get; }
Property Value
Type: System.Int32
The level of nesting.