次の方法で共有


QueryResponse.TotalRecords プロパティ

定義

クエリに一致する合計レコード数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="totalRecords")]
public long TotalRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalRecords")>]
member this.TotalRecords : int64 with get, set
Public Property TotalRecords As Long

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象