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

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:

Syntax

C# 
public object MaximumValue {get; set;}

Requirements

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

See Also