InfoConnect for Unisys
XfrUnderscoresToSpaces Property


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
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
See Also