InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400AuthorityOption Enumeration


In This Topic
    AS400AuthorityOption Enumeration
    In This Topic
    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
    public enum AS400AuthorityOption : System.Enum 
    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