QueryDTO.ScoreThreshold Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="scoreThreshold")]
public double? ScoreThreshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scoreThreshold")>]
member this.ScoreThreshold : Nullable<double> with get, set
Public Property ScoreThreshold As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to