QuickObjects.ObjectBase Send comments on this topic.
MinimumValue Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > RangeFieldValidator Class : MinimumValue Property

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:

Syntax

C# 
public object MinimumValue {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also