次の方法で共有


Index.Suggesters プロパティ

定義

インデックスのサジェスターを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象