Xfr400DeleteTrailingSpaces Property
In This Topic
Returns or specifies whether extra spaces at the end of a record are deleted when the records are transferred to the PC.
Syntax
'Declaration
Property Xfr400DeleteTrailingSpaces As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.Xfr400DeleteTrailingSpaces = value
value = instance.Xfr400DeleteTrailingSpaces
bool Xfr400DeleteTrailingSpaces {get; set;}
Property Value
Trailing spaces are required to ensure accurate data transfer of records containing double-byte characters.
The default value 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