AppName property
Use this property to set and retrieve the value of the application name property. The application name is one of the 5 properties that define the baseline.
Syntax
string configval; // give relevant initial value
config.AppName = configval;
configval = config.AppName
Type:string