RefinementHiddenObject.ColumnValues Property
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>