Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NOfficeApplicationStatistics Class / NumberOfLaunches Property


In This Topic
    NumberOfLaunches Property
    In This Topic
    The number of launches of the application.
    Syntax
    'Declaration
     
    
    Public Property NumberOfLaunches As System.Long
    'Usage
     
    
    Dim instance As NOfficeApplicationStatistics
    Dim value As System.Long
     
    instance.NumberOfLaunches = value
     
    value = instance.NumberOfLaunches
    public System.long NumberOfLaunches {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also