BackupEngineBase.IsDpmUpgradeAvailable Property

Definition

Gets or sets to check if backup engine upgrade available

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to