FASTSearchRuntime.VisualBestBets Property
Gets a list of VisualBestBetHelper objects that holds Visual Best Bet information for this query result.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property VisualBestBets As IList(Of VisualBestBetHelper)
Get
Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As IList(Of VisualBestBetHelper)
value = instance.VisualBestBets
instance.VisualBestBets = value
public IList<VisualBestBetHelper> VisualBestBets { get; set; }
Property Value
Type: System.Collections.Generic.IList<VisualBestBetHelper>
Returns IList<T>.