InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / ResendLastInputMessage Property


In This Topic
    ResendLastInputMessage Property
    In This Topic
    Gets or sets a value indicating the message to show for resent last input in ALC terminals.
    Syntax
    'Declaration
     
    
    Property ResendLastInputMessage As String
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As String
     
    instance.ResendLastInputMessage = value
     
    value = instance.ResendLastInputMessage
    string ResendLastInputMessage {get; set;}
    See Also