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


In This Topic
    IsConnected Property (IbmPrinter)
    In This Topic
    Returns true if the printer session is currently connected, false if not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsConnected As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    value = instance.IsConnected
    public bool IsConnected {get;}
    See Also