BestBet.IsVisualBestBet property
Gets/sets a value indicating whether the best bet should be rendered as an image.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsVisualBestBet As Boolean
Get
Set
'Usage
Dim instance As BestBet
Dim value As Boolean
value = instance.IsVisualBestBet
instance.IsVisualBestBet = value
public bool IsVisualBestBet { get; set; }
Property value
Type: System.Boolean