getAppName method
Use this method to retrieve the application name.
Syntax
let value = result.getAppName();
value = result.appName;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: string
- The application name.