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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 .NET Edition - Version 20.0 [Build 8203]