getAppName method
Returns the value configured by setAppName or setAppName.
Syntax
let configval = config.getAppName();
config.appName = configval;
configval = config.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