ResultTable.GetBoolean method
NOTE: This API is now obsolete.
Returns the value of the specified column as a Boolean.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function GetBoolean ( _
i As Integer _
) As Boolean
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(i)
[ObsoleteAttribute("This class is obsolete.")]
public bool GetBoolean(
int i
)
Parameters
i
Type: System.Int32The index of the column.
Return value
Type: System.Boolean
The value of the column.