InfoConnect for Airlines
AllowDBCSinSBCSField5250 Property


Gets or sets a value indicating whether double-byte character sets in single-byte character set fields are allowed.
Syntax
'Declaration
 
Property AllowDBCSinSBCSField5250 As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AllowDBCSinSBCSField5250 = value
 
value = instance.AllowDBCSinSBCSField5250
bool AllowDBCSinSBCSField5250 {get; set;}
Remarks
The default is false.
See Also