Admin Production rocket
Current Publication

UserData Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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

                  

                     
                     
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