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


In This Topic
    LineAtATimeTransmit Property
    In This Topic
    Gets or sets a value indicating whether to force the normal Transmit to act like the Transmit Line key.
    Syntax
    'Declaration
     
    
    Property LineAtATimeTransmit As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.LineAtATimeTransmit = value
     
    value = instance.LineAtATimeTransmit
    bool LineAtATimeTransmit {get; set;}
    See Also