SystemInformation.FirstVersionInstalled Property

Definition

Gets the first version of the app that was installed. This will be the current version if a previous version of the app was installed before accessing this property.

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

Property Value

Windows.ApplicationModel.PackageVersion

Applies to