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


In This Topic
    TLS_SSLVersion Property (IIbmPrinter)
    In This Topic
    Gets or sets a value indicating which SSL or TLS version to use.
    Syntax
    'Declaration
     
    
    Property TLS_SSLVersion As TLSSSLVersionOption
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As TLSSSLVersionOption
     
    instance.TLS_SSLVersion = value
     
    value = instance.TLS_SSLVersion
    TLSSSLVersionOption TLS_SSLVersion {get; set;}
    See Also