Upgrade.UpgradeErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the reasons the upgrade cannot be performed, if applicable.
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Subscriptions.UpgradeError> UpgradeErrors { get; set; }
member this.UpgradeErrors : seq<Microsoft.Store.PartnerCenter.Models.Subscriptions.UpgradeError> with get, set
Public Property UpgradeErrors As IEnumerable(Of UpgradeError)