Index.ScoringProfiles Property

Definition

Gets or sets the scoring profiles for the index.

[Newtonsoft.Json.JsonProperty(PropertyName="scoringProfiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ScoringProfile> ScoringProfiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scoringProfiles")>]
member this.ScoringProfiles : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ScoringProfile> with get, set
Public Property ScoringProfiles As IList(Of ScoringProfile)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to