InfoConnect for Airlines VBA Guide
AutomationServerName Property
The automation server name registered with Running Object Table.
Syntax
Object.AutomationServerName As String
Remarks
GetObject( AutomationServerName ) can get the ApplicationObject instance by AutomationServerName. You can change the value of AutomationServerName to uniquely identify an ApplicationObject.
See Also