Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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 Reflection session.
Syntax
'Declaration
 
Property UserData As Object
 
'Usage
 
Dim instance As ITerminal
Dim value As Object
 
instance.UserData = value
 
value = instance.UserData
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