次の方法で共有


SkuChangeInfo.CountOfDowngrades プロパティ

定義

ダウングレードの数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="countOfDowngrades")]
public double? CountOfDowngrades { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="countOfDowngrades")>]
member this.CountOfDowngrades : Nullable<double> with get, set
Public Property CountOfDowngrades As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象