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.

Implements

IDataReader.Depth

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace