QueryResultBase.IsBestBet method
SharePoint 2013
The IsBestBet method of the QueryResultBase class gets a flag that indicates whether the specified search result is a Best Bet.
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Parameters
- objectDataRow
- Type: System.Data.DataRow
DataRow that represents one result in the result set.
Return value
Type: System.BooleanA Boolean value; true if the specified search result is a Best Bet; otherwise, false.