RefinementManager.UseDefaultConfiguration Property
Gets or sets a value that indicates whether the default filter category configuration should be used.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UseDefaultConfiguration As Boolean
Get
Set
'Usage
Dim instance As RefinementManager
Dim value As Boolean
value = instance.UseDefaultConfiguration
instance.UseDefaultConfiguration = value
public bool UseDefaultConfiguration { get; set; }
Property Value
Type: System.Boolean
true if the default filter category configuration should be used; otherwise, false.
Remarks
The default value of this property is true.