InfoConnect API Guide
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
    int CodePage {get;}
    See Also