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