InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / IgnoreHostPrintReq Property


In This Topic
    IgnoreHostPrintReq Property
    In This Topic
    Gets or sets a value indicating whether a print command in a host data stream is accepted.
    Syntax
    'Declaration
     
    
    Property IgnoreHostPrintReq As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.IgnoreHostPrintReq = value
     
    value = instance.IgnoreHostPrintReq
    bool IgnoreHostPrintReq {get; set;}
    Exceptions
    ExceptionDescription
    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
    When this property is set to true (the default), a print command in a host data stream is ignored. This property applies only to IBM 3270 terminal controls. It is not supported for IBM 5250 terminal controls.
    See Also