ResultTable.GetByte method
NOTE: This API is now obsolete.
Returns the 8-bit unsigned integer value of the specified column.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
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)
[ObsoleteAttribute("This class is obsolete.")]
public byte GetByte(
int i
)
Parameters
i
Type: System.Int32The index of the column to retrieve.
Return value
Type: System.Byte
The 8-bit unsigned integer value of the specified column.