次の方法で共有


DocumentSuggestResult<T>.Results プロパティ

定義

クエリによって返される結果のシーケンスを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.SuggestResult<T>> Results { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.SuggestResult<'T>>
Public ReadOnly Property Results As IList(Of SuggestResult(Of T))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象