ValidationErrors Property
Collection of validation errors for the current document.
Syntax
public ValidationErrorDetailList ValidationErrors { get; }
Public ReadOnly Property ValidationErrors As ValidationErrorDetailList
Remarks
After calling Validate this property contains details of any validation errors. Validation errors are also accessible through the ValidationError event as the document is validated.
This property is read-only and not available at design time.