次の方法で共有


NodeCounts.TotalCount プロパティ

定義

countType 条件に一致するレコードの合計数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象