Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / CodePage Property


In This Topic
CodePage Property
In This Topic
Gets the current DOS code page.
Syntax
'Declaration
 
ReadOnly Property CodePage As Integer
 
'Usage
 
Dim instance As ITerminal
Dim value As Integer
 
value = instance.CodePage
See Also