RefinementManager.RefinementProperties property

Gets the list of the properties based on which the refinement is configured.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property RefinementProperties As StringCollection
    Get
'Usage
Dim instance As RefinementManager
Dim value As StringCollection

value = instance.RefinementProperties
public StringCollection RefinementProperties { get; }

Property value

Type: System.Collections.Specialized.StringCollection
The list of the properties based on which the refinement is configured.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace