CommonlyClickedPropertyCondition.ThrowIfInvalidThreshold method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Sub ThrowIfInvalidThreshold ( _
threshold As Double _
)
'Usage
Dim threshold As DoubleCommonlyClickedPropertyCondition.ThrowIfInvalidThreshold(threshold)
public static void ThrowIfInvalidThreshold(
double threshold
)
Parameters
- threshold
Type: System.Double
See also
Reference
CommonlyClickedPropertyCondition class