Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / AS400AuthorityOption Enumeration
In This Topic
AS400AuthorityOption Enumeration
In This Topic
Specifies the level of authority to associate with a file that is transferred to the host.
Members
MemberDescription
AllAllows other users to view the file in a list, and to read it, write to it, or delete it.
NonePrevents other users from viewing the file in a list, writing to it, or deleting it.
ReadAllows other users to view the file in a list and read it, but prevents them from writing to the file or deleting it.
ReadWriteAllows 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 and is only relevant for 5250 sessions.
See Also