Reflection
AutoAnswerback Property


Get or set whether the answerback message (set with the AnswerBack property) is automatically sent to the host after a communications line connection.
Syntax
'Declaration
 
Property AutoAnswerback As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.AutoAnswerback = value
 
value = instance.AutoAnswerback
bool AutoAnswerback {get; set;}

Property Value

The default value is false.
See Also