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


In This Topic
    HostPrintTimeout Property (IbmPrinter)
    In This Topic
    Host print timeout for flushing. Valid range value is 0 - 32767.
    Syntax
    'Declaration
     
    
    Public Property HostPrintTimeout As Integer
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Integer
     
    instance.HostPrintTimeout = value
     
    value = instance.HostPrintTimeout
    public int HostPrintTimeout {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is not within valid range.
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    See Also