SystemInformation.TotalLaunchCount Property

Definition

Gets the number of times the app has been launched. Will be 0 if TrackAppUse(IActivatedEventArgs, XamlRoot) has not been called yet.

public static long TotalLaunchCount { get; }
public long TotalLaunchCount { get; }
static member TotalLaunchCount : int64
member this.TotalLaunchCount : int64
Public Shared ReadOnly Property TotalLaunchCount As Long
Public ReadOnly Property TotalLaunchCount As Long

Property Value

Applies to