IErrorManagerLimiter.ErrorLimit Property

Indicates the desired limit to the number of items that should appear in the Error List window of Visual Studio.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property ErrorLimit As Integer
int ErrorLimit { get; }
property int ErrorLimit {
    int get ();
}
abstract ErrorLimit : int
function get ErrorLimit () : int

Property Value

Type: System.Int32
An int that represents the maximum number of error items that you want to appear in the Error List window of Visual Studio.

.NET Framework Security

See Also

Reference

IErrorManagerLimiter Interface

Microsoft.Data.Schema Namespace