InfoConnect for Airlines
IsAlphaOnlyField Property (HostField)
Example 


Gets a value indicating whether the field is an alpha-only field.
Syntax
'Declaration
 
Public ReadOnly Property IsAlphaOnlyField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsAlphaOnlyField
public bool IsAlphaOnlyField {get;}
Example
HostField host;
bool AlphaField = host.IsAlphaOnlyField;
See Also