InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / UserData Property


In This Topic
    UserData Property
    In This Topic
    Gets or sets data for the duration of the current InfoConnect session.
    Syntax
    'Declaration
     
    
    Property UserData As Object
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Object
     
    instance.UserData = value
     
    value = instance.UserData
    object UserData {get; set;}
    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