QuickObjects.ObjectBase Send comments on this topic.
Enabled Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidator Class : Enabled Property
Enabled property can be used to easily turn off or on a validator. If the value of Enabled is set to false, this validator will not be used in validation.

Syntax

C# 
public bool Enabled {get; set;}

Requirements

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

See Also