Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / TN3270Extended Property


In This Topic
TN3270Extended Property (IIbmPrinter)
In This Topic
Gets or sets to use 3270 Telnet extended
Syntax
'Declaration
 
Property TN3270Extended As Boolean
 
'Usage
 
Dim instance As IIbmPrinter
Dim value As Boolean
 
instance.TN3270Extended = value
 
value = instance.TN3270Extended
See Also