HighConfidenceWebPart.DisplayHCTitle Property
Gets or sets a Boolean value that specifies whether the HighConfidenceWebPart Web Part displays the title for a high confidence result type.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ResourcesAttribute("SearchResults_HCTitle", "SearchResults_HC", "SearchResults_HCTitle_ToolTip")> _
<WebBrowsableAttribute(True)> _
Public Property DisplayHCTitle As Boolean
Get
Set
'Usage
Dim instance As HighConfidenceWebPart
Dim value As Boolean
value = instance.DisplayHCTitle
instance.DisplayHCTitle = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[ResourcesAttribute("SearchResults_HCTitle", "SearchResults_HC", "SearchResults_HCTitle_ToolTip")]
[WebBrowsableAttribute(true)]
public bool DisplayHCTitle { get; set; }
Property Value
Type: System.Boolean
true if the title is displayed; otherwise, false.