QuickObjects.ObjectBase Send comments on this topic.
Name Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidator Class : Name Property
Used to uniquely identify each validator. When a new Field instance is passed into the constructor or the FieldToValidate property is set, the Name property is automatically populated, hence it is not required to set this value. Setting this value to a custom name will help you access this validator instance from the Validators collection by using the custom name.

Syntax

C# 
public virtual string Name {get; set;}

Requirements

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

See Also