QuickObjects.ObjectBase Send comments on this topic.
Errors Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class : Errors Property
Errors provides convinient method of accessing each failing validator's error message. All error messages are returned in an array of strings.

Syntax

C# 
public string[] Errors {get;}

Requirements

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

See Also