次の方法で共有


QueryOptions.Top プロパティ

定義

返すレコードの最大数を取得または設定します。

[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

適用対象