MaximumErrors Property
Summary
The maximum number of total errors allowed.
Syntax
public int MaximumErrors { get; set; }
Public Property MaximumErrors() As Integer
Get
Set
public:
property Int32 MaximumErrors
{
Int32 get()
void set(Int32 value)
}
Property Value
An integer corresponding to the maximum number of total errors. Default value is 2.