InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / NRCEnabled Property


In This Topic
    NRCEnabled Property
    In This Topic
    Gets or sets a value indicating whether the translations specified by the NationalReplacementSet property are performed.
    Syntax
    'Declaration
     
    
    Property NRCEnabled As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.NRCEnabled = value
     
    value = instance.NRCEnabled
    bool NRCEnabled {get; set;}

    Property Value

    The default value is false. The value of this property is not saved to a settings file.
    See Also