Share via


VisualBestBetWebPart.ShowMessages Property

Gets or sets a Boolean value that specifies whether errors should be shown or not.

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

Syntax

'Declaration
<ResourcesAttribute("SearchResults_ShowMessages", "", "SearchResults_ShowMessages_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property ShowMessages As Boolean
    Get
    Set
'Usage
Dim instance As VisualBestBetWebPart
Dim value As Boolean

value = instance.ShowMessages

instance.ShowMessages = value
[ResourcesAttribute("SearchResults_ShowMessages", "", "SearchResults_ShowMessages_ToolTip")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool ShowMessages { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

VisualBestBetWebPart Class

VisualBestBetWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace