Max Property
The exclusive upper bound.
Syntax
[VB.NET] Public Property Max As Integer
[C#] public int Max {get; set;}
Remarks
This property specifies the exclusive upper bound of the random integer to be generated. The value must be greater than Min. The default value is 100.
Default Value
100