SkuChangeInfo.CountOfUpgradesAfterDowngrades Property

Definition

Gets the count of upgrades after downgrades.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to