CommonQueryCondition.Threshold property

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

Syntax

'Declaration
Public Property Threshold As Double
    Get
    Set
'Usage
Dim instance As CommonQueryCondition
Dim value As Double

value = instance.Threshold

instance.Threshold = value
public double Threshold { get; set; }

Property value

Type: System.Double

See also

Reference

CommonQueryCondition class

CommonQueryCondition members

Microsoft.Office.Server.Search.Query.Rules namespace