SystemInformation.TotalLaunchCount 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 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