次の方法で共有


IDPSQueryObject.ResultsPerPage プロパティ

定義

各ページで返される結果の数を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象