MaxValue


Function

 

Specifies the maximum value of the integer that can be entered.

 

Variable type

 

[ C#: long ] [ VB.NET:Long ]
 

Initial value

 

10000

 

Setting value

 

MinValue < MaxValue <=  9223372036854775807

 

Remarks

 

This can be specified when Integer [Numeric (integer)] or Hexadecimal [Numeric (hexadecimal)] is specified for DataType.
The behavior when inputting data outside the range depends on the settings such as DataErrorMode, DataCheckTiming.