Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / ConnectionType Property


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