SearchStatsWebPart.DisplayTotalResults Property
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ResourcesAttribute("SearchResults_STNumberResults", "SearchResults_ST", _
"SearchResults_STNumberResults_ToolTip")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DisplayTotalResults As Boolean
Get
Set
'Usage
Dim instance As SearchStatsWebPart
Dim value As Boolean
value = instance.DisplayTotalResults
instance.DisplayTotalResults = value
[ResourcesAttribute("SearchResults_STNumberResults", "SearchResults_ST",
"SearchResults_STNumberResults_ToolTip")]
[WebPartStorageAttribute(Storage.Shared)]
public bool DisplayTotalResults { get; set; }
Property Value
Type: System.Boolean