Xfr400AssumePositiveNumerics Property
In This Topic
Returns or specifies whether Reflection looks for a negative sign or a blank (positive) in the first byte of numeric fields in fixed column ASCII database files.
Syntax
'Declaration
Property Xfr400AssumePositiveNumerics As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.Xfr400AssumePositiveNumerics = value
value = instance.Xfr400AssumePositiveNumerics
bool Xfr400AssumePositiveNumerics {get; set;}
Property Value
The default is False.
Change this value only if your database contains fields without leading negative signs or blanks.
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