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


In This Topic
    TelnetLocation Property (IIbmPrinter)
    In This Topic
    Gets or sets the Telnet location in advanced connection settings
    Syntax
    'Declaration
     
    
    Property TelnetLocation As String
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As String
     
    instance.TelnetLocation = value
     
    value = instance.TelnetLocation
    string TelnetLocation {get; set;}
    See Also