XfrUnderscoresToSpaces Property
In This Topic
Returns or specifies whether underscores in file names are converted to spaces when receiving files from an IBM mainframe or AS/400 system.
Syntax
'Declaration
Property XfrUnderscoresToSpaces As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.XfrUnderscoresToSpaces = value
value = instance.XfrUnderscoresToSpaces
bool XfrUnderscoresToSpaces {get; set;}
Property Value
The default is True.
Exceptions
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.
|
See Also