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


In This Topic
    ConnectionType Property (IIbmPrinter)
    In This Topic
    Gets or sets the Transport connection type when Telnet Extended is selected.
    Syntax
    'Declaration
     
    
    Property ConnectionType As ConnectionTypeEnum
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As ConnectionTypeEnum
     
    instance.ConnectionType = value
     
    value = instance.ConnectionType
    ConnectionTypeEnum ConnectionType {get; set;}
    Remarks
    Only available for 3270 Printer session when using Telnet Extended.
    See Also