AssignBestBetsAction.BestBetIds property
Gets the collection of Best Bets associated with the QueryRule
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property BestBetIds As BestBetIdCollection
Get
'Usage
Dim instance As AssignBestBetsAction
Dim value As BestBetIdCollection
value = instance.BestBetIds
public BestBetIdCollection BestBetIds { get; }
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.BestBetIdCollection