次の方法で共有


ReportRecordContract.CacheMissCount プロパティ

定義

バックエンドからコンテンツがフェッチされた回数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象