InfoConnect for Airlines
IsDigitsField Property (HostField)
Example 


Gets a value indicating whether the field is a digits field.
Syntax
'Declaration
 
Public ReadOnly Property IsDigitsField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsDigitsField
public bool IsDigitsField {get;}
Example
HostField host;
bool digitsField = host.IsDigitsField;
See Also