Share via


HighConfidenceWebPart.DisplayTerm Property

Gets or sets a Boolean value that specifies whether the HighConfidenceWebPart Web Part displays a keyword term.

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

Syntax

'Declaration
<ResourcesAttribute("SearchResults_HCTerm", "SearchResults_HCSt", "SearchResults_HCTerm_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property DisplayTerm As Boolean
    Get
    Set
'Usage
Dim instance As HighConfidenceWebPart
Dim value As Boolean

value = instance.DisplayTerm

instance.DisplayTerm = value
[ResourcesAttribute("SearchResults_HCTerm", "SearchResults_HCSt", "SearchResults_HCTerm_ToolTip")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool DisplayTerm { get; set; }

Property Value

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

See Also

Reference

HighConfidenceWebPart Class

HighConfidenceWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace