QuickObjects.ObjectBase Send comments on this topic.
FieldToCompareLookup Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > CompareFieldValidator Class : FieldToCompareLookup Property
Settings that can be used to perform a field lookup for comparison. This ensures that the validator is not tied to a specific instance, and rather can lookup the field to compare when the FieldToCompare property is accessed.

Syntax

C# 
public FieldLookupSettings FieldToCompareLookup {get; set;}

Requirements

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

See Also