MaximumValue will hold the lowest possible value in the range of valid values for the field.
Note: If the MaximumValueField property is specified that will be used instead of MaximumValue property. MaximumValue property is only used if the MaximumValueField is null.
Values of following types are acceptable:
- Byte
- UInt16
- UInt32
- UInt64
- Int16
- Int32
- Int64
- Single
- Double
- Decimal
- DateTime
| C# | |
|---|---|
public object MaximumValue {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0