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 the filter XML configuration that describes the filter categories of the Refinement Web Panel Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FilterCategories As String
Get
Set
'Usage
Dim instance As RefinementManager
Dim value As String
value = instance.FilterCategories
instance.FilterCategories = value
public string FilterCategories { get; set; }
Property value
Type: System.String
The filter XML configuration that describes the filter categories for the Refinement Web Panel Part.
Remarks
The default value of this property is null .