Reflection
IsDbcsOnlyField Property


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