SystemInformation.PreviousVersionInstalled Property

Definition

Gets the previous version of the app that was installed. This will be the current version if a previous version of the app was installed before using SystemInformation or if the app is not updated.

public Windows.ApplicationModel.PackageVersion PreviousVersionInstalled { get; }
member this.PreviousVersionInstalled : Windows.ApplicationModel.PackageVersion
Public ReadOnly Property PreviousVersionInstalled As PackageVersion

Property Value

Windows.ApplicationModel.PackageVersion

Applies to