RefinementHiddenObject.ColumnValues property

Gets the column values of the search refinement hidden object.

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

Syntax

'Declaration
Public ReadOnly Property ColumnValues As Dictionary(Of String, StringCollection)
    Get
'Usage
Dim instance As RefinementHiddenObject
Dim value As Dictionary(Of String, StringCollection)

value = instance.ColumnValues
public Dictionary<string, StringCollection> ColumnValues { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, StringCollection>
The column values.

See also

Reference

RefinementHiddenObject class

RefinementHiddenObject members

Microsoft.Office.Server.Search.WebControls namespace