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


In This Topic
    WRQQEditFormat Property
    In This Topic
    Returns (first syntax line) or specifies (second syntax line) whether HP 3000 host files are created with the QEDIT format.
    Syntax
    'Declaration
     
    
    Property WRQQEditFormat As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQQEditFormat = value
     
    value = instance.WRQQEditFormat
    bool WRQQEditFormat {get; set;}

    Property Value

    The default value is false.
    Remarks
    This property is only relevant for transfers to HP 3000 hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.HP3000). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
    See Also