Share via


DpmContainer.UpgradeAvailable Property

Definition

Gets or sets to check if upgrade available

[Newtonsoft.Json.JsonProperty(PropertyName="upgradeAvailable")]
public bool? UpgradeAvailable { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="upgradeAvailable")>]
member this.UpgradeAvailable : Nullable<bool> with get, set
Public Property UpgradeAvailable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to