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 value; // give relevant initial value
eyes.AppName = value;
value = eyes.AppName
Type:string
Remarks
If you call this method, it must be called before the call to
Eyes.Open.
In the call to
Eyes.Open, if you provide the application parameter, then it will override
the value set here. If you don't provide the parameter or pass a
null,
then the value set here will be used.