'Declaration
Public Enum AS400AuthorityOption Inherits System.Enum
'Usage
Dim instance As AS400AuthorityOption
public enum AS400AuthorityOption : System.Enum
'Declaration
Public Enum AS400AuthorityOption Inherits System.Enum
'Usage
Dim instance As AS400AuthorityOption
public enum AS400AuthorityOption : System.Enum
Member | Description |
---|---|
All | Allows other users to view the file in a list, and to read, write to, or delete the file. |
None | Prevents other users from viewing the file in a list, and from writing to or deleting the file. |
Read | Allows other users to view the file in a list and to read it, but prevents them from writing to the file or deleting it. |
ReadWrite | Allows other users to view the file in a list, and to read it and write to it, but not delete it. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.AS400AuthorityOption