Compartir a través de


: QueryResultBase.IsBestBet (Método) (Microsoft.SharePoint.Portal.WebControls)

The IsBestBet method of the QueryResultBase class gets a flag that indicates whether the specified search result is a Best Bet.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Overridable Function IsBestBet ( _
    objectDataRow As DataRow _
) As Boolean
'Uso
Dim objectDataRow As DataRow
Dim returnValue As Boolean

returnValue = Me.IsBestBet(objectDataRow)
protected virtual bool IsBestBet (
    DataRow objectDataRow
)

Parámetros

  • objectDataRow
    DataRow that represents one result in the result set.

Valor devuelto

true if the specified search result is a Best Bet; otherwise, false.

Comentarios

The IsBestBet method checks the properties of the specified item in the property table.

Vea también

Referencia

QueryResultBase (Clase)
QueryResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)