Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IFileTransfer Interface : Xfr400Authority Property |
'Declaration
Property Xfr400Authority As AS400AuthorityOption
'Usage
Dim instance As IFileTransfer Dim value As AS400AuthorityOption instance.Xfr400Authority = value value = instance.Xfr400Authority
AS400AuthorityOption Xfr400Authority {get; set;}
The default value (ReadWrite) allows other users to see the file in a list, read it, and write to it, but not delete it.
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges. |