TagScoringFunction.Parameters Property

Definition

Gets or sets parameter values for the tag scoring function.

[Newtonsoft.Json.JsonProperty(PropertyName="tag")]
public Microsoft.Azure.Search.Models.TagScoringParameters Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tag")>]
member this.Parameters : Microsoft.Azure.Search.Models.TagScoringParameters with get, set
Public Property Parameters As TagScoringParameters

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to