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 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.