SystemInformation.IsAppUpdated 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 a value indicating whether the app is being used for the first time since being upgraded from an older version. Use this to tell if you should display details about what has changed.
public static bool IsAppUpdated { get; }
public bool IsAppUpdated { get; }
static member IsAppUpdated : bool
member this.IsAppUpdated : bool
Public Shared ReadOnly Property IsAppUpdated As Boolean
Public ReadOnly Property IsAppUpdated As Boolean