SearchPagingWebPart.ShowMessages Property

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ShowMessages As Boolean
    Get
    Set
'Usage
Dim instance As SearchPagingWebPart
Dim value As Boolean

value = instance.ShowMessages

instance.ShowMessages = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public bool ShowMessages { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

SearchPagingWebPart Class

SearchPagingWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace