SystemInformation.IsFirstRun Property

Definition

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

Property Value

Applies to