Share via


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