EditRankingModel._judgementCoverage field

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

Syntax

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

value = Me._judgementCoverage

Me._judgementCoverage = value
protected Dictionary<int, double> _judgementCoverage

See also

Reference

EditRankingModel class

EditRankingModel members

Microsoft.Office.Server.Search.WebControls namespace