CommonlyClickedPropertyCondition.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 CommonlyClickedPropertyCondition
Dim value As Double
value = instance.Threshold
instance.Threshold = value
public double Threshold { get; set; }
Property value
Type: System.Double
See also
Reference
CommonlyClickedPropertyCondition class