ResultScriptWebPart.ShowResults property

Whether to show relevance results

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property ShowResults As Boolean
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As Boolean

value = instance.ShowResults

instance.ShowResults = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool ShowResults { get; set; }

Property value

Type: System.Boolean

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace