InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQSubmitPrint Property


In This Topic
    WRQSubmitPrint Property
    In This Topic
    Returns or specifies whether a file is submitted to the print queue upon completion of an ASCII transfer to a VMS host.
    Syntax
    'Declaration
     
    
    Property WRQSubmitPrint As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQSubmitPrint = value
     
    value = instance.WRQSubmitPrint
    bool WRQSubmitPrint {get; set;}

    Property Value

    The default value is false.
    Remarks
    Once a file has been submitted to the print queue, it is automatically deleted on the host unless the WRQKeepFile property is True. This property is only relevant for transfers to VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
    See Also