InfoConnect for Airlines
IsDbcsMixed Property (HostField)


Gets a value indicating whether the field is a DBCS Mixed field.
Syntax
'Declaration
 
Public ReadOnly Property IsDbcsMixed As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsDbcsMixed
public bool IsDbcsMixed {get;}
See Also