SideBySide._currQueryContextValues field
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected _currQueryContextValues As Dictionary(Of String, String)
'Usage
Dim value As Dictionary(Of String, String)
value = Me._currQueryContextValues
Me._currQueryContextValues = value
protected Dictionary<string, string> _currQueryContextValues