FilterCategory.ShowCounts Property
Specifies whether the count or percentage is displayed with the refinement filter for the refinement filter category.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ShowCounts As String
Get
Set
'Usage
Dim instance As FilterCategory
Dim value As String
value = instance.ShowCounts
instance.ShowCounts = value
public string ShowCounts { get; set; }
Property Value
Type: System.String
Returns “true” if the count is displayed; otherwise, “false”.