Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / UserData Property
In This Topic
    UserData Property
    In This Topic
    Gets or sets data for the duration of the current Reflection session.
    Syntax
    expression.UserData As Object
    where expression is a variable that represents a Terminal Object
    Remarks
    Use this property in macros to set and return global values that you want to remain constant for throughout the current session. The value of this property is not saved when you save your settings file.
    See Also