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


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