Gets the collection of syntax errors in the acknowledged document.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public virtual Collection<DocumentError> DocumentErrors { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property DocumentErrors As Collection(Of DocumentError) |
| Visual C++ |
|---|
public: virtual property Collection<DocumentError^>^ DocumentErrors { Collection<DocumentError^>^ get (); } |
Property Value
The collection of syntax errors in the acknowledged document.
Remarks
This property is equivalent to the Error block (B53_1) in the Acknowledgment Error Details Module (M91).