Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.