InfoConnect for Unisys
IsNumericShiftField Property (HostField)
Example 


Gets a value that indicates whether the field is a numeric shift field.
Syntax
'Declaration
 
Public ReadOnly Property IsNumericShiftField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsNumericShiftField
public bool IsNumericShiftField {get;}
Example
HostField host;
bool numericShiftField = host.IsNumericShiftField;
See Also