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