次の方法で共有


QueryResponse.Count プロパティ

定義

現在の応答で返されるレコードの数を取得または設定します。 ページングの場合、これは現在のページ内のレコードの数です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象