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


HostPrintTimeout Property (IIbmPrinter)
Host print timeout for flushing.
Syntax
'Declaration
 
Property HostPrintTimeout As Integer
 
'Usage
 
Dim instance As IIbmPrinter
Dim value As Integer
 
instance.HostPrintTimeout = value
 
value = instance.HostPrintTimeout
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.
Remarks
Valid range for HostPrintTimeout is between 0 and 32767.
See Also