SystemInformation.IsAppUpdated Property

Definition

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

Property Value

Applies to