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


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