Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / AutoAnswerback Property


In This Topic
AutoAnswerback Property
In This Topic
Gets or sets a value indicating 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

Property Value

The default value is false.
See Also