Share via


ResultTable constructor (, Int32)

NOTE: This API is now obsolete.

Initializes a new instance of the ResultTable structure.

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

Syntax

'Declaration
<ObsoleteAttribute> _
Public Sub New ( _
    resultTableInternal As ResultTableInternal, _
    timeZoneID As Integer _
)
'Usage
Dim resultTableInternal As ResultTableInternal
Dim timeZoneID As Integer

Dim instance As New ResultTable(resultTableInternal, _
    timeZoneID)
[ObsoleteAttribute]
public ResultTable(
    ResultTableInternal resultTableInternal,
    int timeZoneID
)

Parameters

  • resultTableInternal
    Type: ResultTableInternal

See also

Reference

ResultTable class

ResultTable members

ResultTable overload

Microsoft.SharePoint.Search.Query namespace