InfoConnect for Airlines
IsDbcsField Property (HostField)


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