Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Framework Library / Attachmate.Reflection.Objects.Framework Library / ApplicationObject Object / AutomationServerName Property
In This Topic
    AutomationServerName Property
    In This Topic
    The automation server name registered with Running Object Table.
    Syntax
    expression.AutomationServerName As String
    where expression is a variable that represents a ApplicationObject Object
    Remarks
    GetObject( AutomationServerName ) can get the ApplicationObject instance by AutomationServerName. You can change the value of AutomationServerName to uniquely identify an ApplicationObject.
    See Also