The number of errors in the collection
Namespace:
Asi.iBO.Errors
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public int ErrorCount { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ErrorCount As Integer |
| Visual C++ |
|---|
public:
property int ErrorCount {
int get ();
} |
See Also