QuerySetManagement._modelMetrics field
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected _modelMetrics As Dictionary(Of Integer, Double)
'Usage
Dim value As Dictionary(Of Integer, Double)
value = Me._modelMetrics
Me._modelMetrics = value
protected Dictionary<int, double> _modelMetrics