HighConfidenceWebPart.DisplayHCDescription Property
Gets or sets a Boolean value that specifies whether the HighConfidenceWebPart Web Part displays the description 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
<ResourcesAttribute("SearchResults_HCDesc", "SearchResults_HC", "SearchResults_HCDesc_ToolTip")> _
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property DisplayHCDescription As Boolean
Get
Set
'Usage
Dim instance As HighConfidenceWebPart
Dim value As Boolean
value = instance.DisplayHCDescription
instance.DisplayHCDescription = value
[ResourcesAttribute("SearchResults_HCDesc", "SearchResults_HC", "SearchResults_HCDesc_ToolTip")]
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool DisplayHCDescription { get; set; }
Property Value
Type: System.Boolean
true if the description is displayed; otherwise, false.