The information in this topic may be out of date. The current SDK reference guide has moved here.
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