Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrAddParam Property
In This Topic
    XfrAddParam Property
    In This Topic
    Gets or sets any additional parameters that should be appended to IND$FILE commands that Reflection generates. This property is applicable 3270 sessions only.
    Syntax
    expression.XfrAddParam As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    The default is "". This string can be up to 220 characters long.
    See Also