SystemInformation.IsFirstRun 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 it was installed. Use this to tell if you should do or display something different for the app's first use.
public static bool IsFirstRun { get; }
public bool IsFirstRun { get; }
static member IsFirstRun : bool
member this.IsFirstRun : bool
Public Shared ReadOnly Property IsFirstRun As Boolean
Public ReadOnly Property IsFirstRun As Boolean