ApplicationName Property
Description
The process name of the application to track.
Property type
Read-write property
Syntax
Visual Basic
Public Property ApplicationName As String
Remarks

Ensure that you specify the process that provides the application functionality.  This may be a different process than the application used to initially run the application. 

For example, a process that is used as the launcher of the application may create another process that actually provides the application functionality.

See Also