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


In This Topic
    PreserveNRC Property
    In This Topic
    Gets or sets a value indicating whether Digital terminals reset national replacement mode when a soft reset occurs.
    Syntax
    'Declaration
     
    
    Property PreserveNRC As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.PreserveNRC = value
     
    value = instance.PreserveNRC
    bool PreserveNRC {get; set;}

    Property Value

    The default value is false.
    Remarks
    To preserve national replacement mode, set this property to true.
    See Also