Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400AuthorityOption Enumeration


AS400AuthorityOption Enumeration
Specifies the authority level associated with a file that is transferred to the host.
Syntax
'Declaration
 
Public Enum AS400AuthorityOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As AS400AuthorityOption
Members
MemberDescription
AllAllows other users to view the file in a list, and to read, write to, or delete the file.
NonePrevents other users from viewing the file in a list, and from writing to or deleting the file.
ReadAllows other users to view the file in a list and to read it, but prevents them from writing to the file or deleting it.
ReadWriteAllows other users to view the file in a list, and to 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.AS400AuthorityOption

See Also