Returns the list of errors for an invalid associated object.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ValidationErrorCollection ChildErrors { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChildErrors As ValidationErrorCollection

See Also