Share via


RefinementCategory.m field

Maintains the dictionary of token keys and corresponding display values.

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

Syntax

'Declaration
Public m As Dictionary(Of String, String)
'Usage
Dim instance As RefinementCategory
Dim value As Dictionary(Of String, String)

value = instance.m

instance.m = value
public Dictionary<string, string> m

Remarks

Used to round-trip user-entered display values for a multivalue refiner.

See also

Reference

RefinementCategory class

RefinementCategory members

Microsoft.Office.Server.Search.WebControls namespace