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


In This Topic
    Version Property (IbmPrinter)
    In This Topic
    Gets the version of the terminal session control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Version As String
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As String
     
    value = instance.Version
    public string Version {get;}
    See Also