InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / ReceiveModeHold Property


In This Topic
    ReceiveModeHold Property
    In This Topic
    Gets or sets a value indicating whether to cause screens to remain in receive mode after getting a message from the host.
    Syntax
    'Declaration
     
    
    Property ReceiveModeHold As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.ReceiveModeHold = value
     
    value = instance.ReceiveModeHold
    bool ReceiveModeHold {get; set;}
    See Also