Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
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)
public ResultTable(
ResultTableInternal resultTableInternal,
int timeZoneID
)
Parameters
resultTableInternal
Type: ResultTableInternalReserved for internal use.
timeZoneID
Type: System.Int32Reserved for internal use.