ResultTable.GetByte Method
Returns the 8-bit unsigned integer value of the specified column.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetByte ( _
i As Integer _
) As Byte
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Byte
returnValue = instance.GetByte(i)
public byte GetByte(
int i
)
Parameters
i
Type: System.Int32The index of the column to retrieve.
Return Value
Type: System.Byte
The value of the specified column.