Gets or sets the Answerback message.
            If set to null reference (Nothing in Visual Basic) the TerminalName is used instead.
            To send no Answerback message, use the empty string.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property Answerback As String Get Set | 
| C# | 
|---|
| public string Answerback { get; set; } | 
 
     
     
     
     
    