InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / XfrUnderscoresToSpaces Property


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