Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400Authority Property
In This Topic
    Xfr400Authority Property
    In This Topic
    Gets or sets the level of authority to associate with a file that is transferred to the host.
    Syntax
    expression.Xfr400Authority As AS400AuthorityOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An AS400AuthorityOption Enumeration value. The default value (ReadWrite) allows other users to see the file in a list, read it, and write to it, but not delete it.
    Remarks
    This property affects AS/400 data transfer.
    See Also