Share via


ResultTable.Depth property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Depth As Integer
    Get
'Usage
Dim instance As ResultTable
Dim value As Integer

value = instance.Depth
[ObsoleteAttribute("This class is obsolete.")]
public int Depth { get; }

Property value

Type: System.Int32

Implements

IDataReader.Depth

See also

Reference

ResultTable class

ResultTable members

Microsoft.SharePoint.Search.Query namespace