QuerySetManagement._draftMetrics field

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

Syntax

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

value = Me._draftMetrics

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

See also

Reference

QuerySetManagement class

QuerySetManagement members

Microsoft.Office.Server.Search.WebControls namespace