CommonQueryCondition.Threshold property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Threshold As Double
Get
Set
'Uso
Dim instance As CommonQueryCondition
Dim value As Double
value = instance.Threshold
instance.Threshold = value
public double Threshold { get; set; }
Property value
Type: System.Double