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