次の方法で共有


IdentifyRequest.MaxNumOfCandidatesReturned プロパティ

定義

maxNumOfCandidatesReturned の範囲が 1 から 5 の範囲を取得または設定します (既定値は 1)。

[Newtonsoft.Json.JsonProperty(PropertyName="maxNumOfCandidatesReturned")]
public int? MaxNumOfCandidatesReturned { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxNumOfCandidatesReturned")>]
member this.MaxNumOfCandidatesReturned : Nullable<int> with get, set
Public Property MaxNumOfCandidatesReturned As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象