EditRankingModel._allQuerySetsQueryCounts field

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

Syntax

'Declaration
Protected _allQuerySetsQueryCounts As Dictionary(Of Integer, Integer)
'Usage
Dim value As Dictionary(Of Integer, Integer)

value = Me._allQuerySetsQueryCounts

Me._allQuerySetsQueryCounts = value
protected Dictionary<int, int> _allQuerySetsQueryCounts

See also

Reference

EditRankingModel class

EditRankingModel members

Microsoft.Office.Server.Search.WebControls namespace