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