Admin Production rocket
Current Publication

DataStreamTranslation Property

Reflection Desktop .NET API Guide V17.1
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.
DataStreamTranslation Property
In This Topic
Gets or sets whether Reflection translates characters from the host to the PC, and vice versa, using the current translation table.
Syntax

                     
                     
'Declaration
 

                     
                     
Property DataStreamTranslation As Boolean

                  

                     
                     
'Usage
 

                     
                     
Dim instance As ITerminal
Dim value As Boolean
 
instance.DataStreamTranslation = value
 
value = instance.DataStreamTranslation

                  

                     
                     
bool DataStreamTranslation {get; set;}

                  

Property Value

The default value is false.
Remarks
You can specify the translation table using a Reflection translation table editor. For more information, see the Reflection Help.
See Also