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