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


In This Topic
    TLSProxyDestHost Property (IbmPrinter)
    In This Topic
    TODO Checking with Nina and others to see if this setting need to be here. Gets or sets value for secrurity proxy destination host
    Syntax
    'Declaration
     
    
    Public Property TLSProxyDestHost As String
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As String
     
    instance.TLSProxyDestHost = value
     
    value = instance.TLSProxyDestHost
    public string TLSProxyDestHost {get; set;}
    See Also