Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Properties

application Property

Scroll Prev Top Next More

Return or set the application definition to use in screen recognition.

 

string HostConnection.application

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

Remarks

 

READWRITE.

 

Multiple definition files can be loaded simultaneously. Each definition file has an application attribute to identify it under the FlyConnector element. Use the HostConnection application property to use a specific definition file.

 

When a server has multiple definitions loaded using this property can improve performance and prevent duplicate screen recognition errors.

 

The following example sets the session to use the "AcctUpdates" application definition for recognition and field maps.

 

 HostConnection oConn = new HostConnection();

 oConn.hostName = "Insure";

 oConn.application = "AcctUpdates";

 

Requirements

 

Inventu Viewer+

 

See Also

 

ScreenDef | getScreenDef | getScreenName | waitForScreen | getScreenMap | activeMapName

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation