次の方法で共有


SuggestParameters.Top プロパティ

定義

取得する候補の数を取得または設定します。 値は 1 ~ 100 の数値である必要があります。 既定値は 5 です。

[Newtonsoft.Json.JsonIgnore]
public int? Top { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Top : Nullable<int> with get, set
Public Property Top As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象