HighConfidenceWebPart.DisplayBestBetTitle Property

Gets or sets a Boolean value that specifies whether the HighConfidenceWebPart Web Part displays a title for the best bet section.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ResourcesAttribute("SearchResults_HCBBTitle", "SearchResults_HCBB",  _
    "SearchResults_HCBBTitle_ToolTip")> _
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property DisplayBestBetTitle As Boolean
    Get
    Set
'Usage
Dim instance As HighConfidenceWebPart
Dim value As Boolean

value = instance.DisplayBestBetTitle

instance.DisplayBestBetTitle = value
[ResourcesAttribute("SearchResults_HCBBTitle", "SearchResults_HCBB", 
    "SearchResults_HCBBTitle_ToolTip")]
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool DisplayBestBetTitle { get; set; }

Property Value

Type: System.Boolean
true if the title is displayed; otherwise, false.

See Also

Reference

HighConfidenceWebPart Class

HighConfidenceWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace